Skip to content

Commit 2cb471e

Browse files
cixtorbradfitz
authored andcommitted
crypto/tls: gofmt -w -s
Change-Id: Iedf9000e3bb1fa73b4c3669eae846e85f1f5fdfe Reviewed-on: https://go-review.googlesource.com/24489 Run-TryBot: Mikio Hara <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent 5a59516 commit 2cb471e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/tls/tls_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ func TestClone(t *testing.T) {
482482
continue
483483
case "Certificates":
484484
f.Set(reflect.ValueOf([]Certificate{
485-
{Certificate: [][]byte{[]byte{'b'}}},
485+
{Certificate: [][]byte{{'b'}}},
486486
}))
487487
continue
488488
case "NameToCertificate":

0 commit comments

Comments
 (0)