Commit 2cb471e4 authored by Mikio Hara's avatar Mikio Hara Committed by Brad Fitzpatrick

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: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
parent 5a59516d
......@@ -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":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment