From a1fc6f513a92ec72033c166827c65e3d84574712 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 5 Jul 2014 07:25:29 -0500 Subject: [PATCH] Remove dead space --- conn_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/conn_test.go b/conn_test.go index 266a8bbe..86c0554f 100644 --- a/conn_test.go +++ b/conn_test.go @@ -554,7 +554,6 @@ func TestConnectionSelectValueTo(t *testing.T) { } else { t.Fatal("SelectValueTo null error should not have killed connection") } - } func TestPrepare(t *testing.T) {