]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/x509: gofmt
authorJosh Bleecher Snyder <josharian@gmail.com>
Sun, 17 Apr 2016 04:42:07 +0000 (21:42 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sun, 17 Apr 2016 15:19:44 +0000 (15:19 +0000)
Change-Id: I05659a836612f958083fea9a27805eb9f0ac0836
Reviewed-on: https://go-review.googlesource.com/22145
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/crypto/x509/x509_test.go

index a48d0d918a8f0f935783173f239aa9cb58f135d0..c6448d39ab53efbbf757727d2a21c25cf0331ebb 100644 (file)
@@ -1183,7 +1183,7 @@ func TestNoAuthorityKeyIdInSelfSignedCert(t *testing.T) {
                t.Fatalf("self-signed certificate contained default authority key id")
        }
 
-       template.AuthorityKeyId = []byte{1,2,3,4}
+       template.AuthorityKeyId = []byte{1, 2, 3, 4}
        if cert := serialiseAndParse(t, template); len(cert.AuthorityKeyId) == 0 {
                t.Fatalf("self-signed certificate erased explicit authority key id")
        }