]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: reformat test struct.
authorAdam Langley <agl@golang.org>
Fri, 6 Oct 2017 20:03:52 +0000 (13:03 -0700)
committerAdam Langley <agl@golang.org>
Fri, 13 Oct 2017 18:29:40 +0000 (18:29 +0000)
commit504a305c626e7ef015e34147731bda8825903cc6
tree6cc8e2b528a5c16f61e5039335c0e1e453b56243
parentf5cd3868d52babd106e0509a67295690246a5252
crypto/x509: reformat test struct.

https://golang.org/cl/67270 wasn't `go fmt`ed correctly, according to
the current `go fmt`. However, what `go fmt` did looked odd, so this
change tweaks the test to use a more standard layout.

Whitespace-only; no semantic change.

Change-Id: Id820352e7c9e68189ee485c8a9bfece75ca4f9cb
Reviewed-on: https://go-review.googlesource.com/69031
Run-TryBot: Adam Langley <agl@golang.org>
Reviewed-by: Martin Kreichgauer <martinkr@google.com>
Reviewed-by: Adam Langley <agl@golang.org>
src/crypto/x509/x509_test.go