go fmt. *sigh*
This commit is contained in:
parent
ffdbcd5cce
commit
217fa5311a
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@ var pubKeyTests = []pubKeyTest{
|
|||
isValid: false,
|
||||
},
|
||||
pubKeyTest{
|
||||
name: "wrong length)",
|
||||
key: []byte{0x05},
|
||||
name: "wrong length)",
|
||||
key: []byte{0x05},
|
||||
isValid: false,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue