mirror of
https://github.com/jackc/pgx.git
synced 2025-07-08 03:28:46 +00:00
go fmt
This commit is contained in:
parent
d2ad78b90e
commit
2a5ad27041
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user