From 601d9250e6444adff4fd27f8401cb9d3229e8b40 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Tue, 1 Jul 2014 10:28:10 -0700 Subject: [PATCH] src, misc: applied gofmt -w -s TBR=rsc R=golang-codereviews CC=golang-codereviews https://golang.org/cl/111770043 --- handshake_server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handshake_server_test.go b/handshake_server_test.go index c3e3678..50eb884 100644 --- a/handshake_server_test.go +++ b/handshake_server_test.go @@ -525,7 +525,7 @@ func TestCipherSuiteCertPreferenceECDSA(t *testing.T) { config = *testConfig config.CipherSuites = []uint16{TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA} config.Certificates = []Certificate{ - Certificate{ + { Certificate: [][]byte{testECDSACertificate}, PrivateKey: testECDSAPrivateKey, },