Commit f5ec7ca5 authored by pengjun's avatar pengjun

fix test error

parent 18b4e67b
......@@ -6,4 +6,4 @@ const (
CertActionNormal = 3
)
const CertX = "cert"
\ No newline at end of file
const CertX = "cert"
......@@ -34,4 +34,4 @@ message CertSignature {
bytes signature = 1;
bytes cert = 2;
bytes uid = 3;
}
\ No newline at end of file
}
......@@ -76,4 +76,4 @@ func ReadFile(file string) ([]byte, error) {
}
return fileCont, nil
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment