1
0
mirror of https://github.com/golang/go synced 2024-09-28 21:34:30 -06:00

crypto/tls: gofmt -w -s

Change-Id: Iedf9000e3bb1fa73b4c3669eae846e85f1f5fdfe
Reviewed-on: https://go-review.googlesource.com/24489
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Mikio Hara 2016-06-28 08:41:37 +09:00 committed by Brad Fitzpatrick
parent 5a59516dd7
commit 2cb471e40d

View File

@ -482,7 +482,7 @@ func TestClone(t *testing.T) {
continue
case "Certificates":
f.Set(reflect.ValueOf([]Certificate{
{Certificate: [][]byte{[]byte{'b'}}},
{Certificate: [][]byte{{'b'}}},
}))
continue
case "NameToCertificate":