mirror of https://github.com/jackc/pgx.git
go fmt
parent
d2ad78b90e
commit
2a5ad27041
|
@ -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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue