Skip to content

Commit de0debc

Browse files
committed
fmt
1 parent 6bec6f1 commit de0debc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sqlx_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,9 +2032,9 @@ func TestMultiResultSet(t *testing.T) {
20322032
if rows.NextResultSet() {
20332033
t.Fatalf("[%s] Did not expected a second recordset", db.DriverName())
20342034
}
2035-
})
2035+
})
20362036
}
2037-
2037+
20382038
func TestSelectReset(t *testing.T) {
20392039
RunWithSchema(defaultSchema, t, func(db *DB, t *testing.T, now string) {
20402040
loadDefaultFixture(db, t)

0 commit comments

Comments
 (0)