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, isValid: false,
}, },
pubKeyTest{ pubKeyTest{
name: "wrong length)", name: "wrong length)",
key: []byte{0x05}, key: []byte{0x05},
isValid: false, isValid: false,
}, },
} }