From 1b6e3a92002f78d6b2efd040426bc3dd94948dd0 Mon Sep 17 00:00:00 2001 From: iamqizhao <toqizhao@gmail.com> Date: Fri, 17 Apr 2015 14:00:21 -0700 Subject: [PATCH] gofmt --- test/end2end_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/end2end_test.go b/test/end2end_test.go index 058617de..5bab9410 100644 --- a/test/end2end_test.go +++ b/test/end2end_test.go @@ -267,8 +267,8 @@ func TestReconnectTimeout(t *testing.T) { } type env struct { - network string // The type of network such as tcp, unix, etc. - security string // The security protocol such as TLS, SSH, etc. + network string // The type of network such as tcp, unix, etc. + security string // The security protocol such as TLS, SSH, etc. } func listTestEnv() []env {