From 2a5ad27041837d510dc9324a8b3554bbd2cdf667 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 13 Apr 2013 20:28:45 -0500 Subject: [PATCH] go fmt --- conn_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conn_test.go b/conn_test.go index 19838d46..4fc4ea9a 100644 --- a/conn_test.go +++ b/conn_test.go @@ -211,7 +211,6 @@ func TestSelectFloat32(t *testing.T) { } } - func TestSelectAllString(t *testing.T) { conn := getSharedConn() @@ -318,4 +317,4 @@ func TestSelectAllFloat32(t *testing.T) { if f[0] != 1.23 || f[1] != 4.56 { t.Error("Received incorrect float32") } -} \ No newline at end of file +}