Drop unnecessary newline.

This commit is contained in:
Coda Hale 2013-12-16 11:50:22 -08:00
parent 65cab4152e
commit 2708c3df48

View file

@ -16,7 +16,6 @@ func ExampleSignECDSA() {
// Generate a key pair.
// You need a high-quality PRNG for this.
k, err := ecdsa.GenerateKey(elliptic.P521(), rand.Reader)
if err != nil {
fmt.Println(err)
return