Commit f5ec7ca5 authored by pengjun's avatar pengjun

fix test error

parent 18b4e67b
...@@ -6,4 +6,4 @@ const ( ...@@ -6,4 +6,4 @@ const (
CertActionNormal = 3 CertActionNormal = 3
) )
const CertX = "cert" const CertX = "cert"
\ No newline at end of file
...@@ -34,4 +34,4 @@ message CertSignature { ...@@ -34,4 +34,4 @@ message CertSignature {
bytes signature = 1; bytes signature = 1;
bytes cert = 2; bytes cert = 2;
bytes uid = 3; bytes uid = 3;
} }
\ No newline at end of file
...@@ -76,4 +76,4 @@ func ReadFile(file string) ([]byte, error) { ...@@ -76,4 +76,4 @@ func ReadFile(file string) ([]byte, error) {
} }
return fileCont, nil 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