go fmt. *sigh*

This commit is contained in:
Owain G. Ainsworth 2013-06-14 00:03:15 +01:00
parent ffdbcd5cce
commit 217fa5311a

View file

@ -109,8 +109,8 @@ var pubKeyTests = []pubKeyTest{
isValid: false,
},
pubKeyTest{
name: "wrong length)",
key: []byte{0x05},
name: "wrong length)",
key: []byte{0x05},
isValid: false,
},
}