go fmt
This commit is contained in:
+1
-2
@@ -211,7 +211,6 @@ func TestSelectFloat32(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func TestSelectAllString(t *testing.T) {
|
func TestSelectAllString(t *testing.T) {
|
||||||
conn := getSharedConn()
|
conn := getSharedConn()
|
||||||
|
|
||||||
@@ -318,4 +317,4 @@ func TestSelectAllFloat32(t *testing.T) {
|
|||||||
if f[0] != 1.23 || f[1] != 4.56 {
|
if f[0] != 1.23 || f[1] != 4.56 {
|
||||||
t.Error("Received incorrect float32")
|
t.Error("Received incorrect float32")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user