1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-03-29 21:37:00 +02:00

Fix go fmt

This commit is contained in:
Benjamin Rupp 2019-09-25 10:45:27 -04:00
parent cb3e425163
commit 181c3c5c8e

View File

@ -192,4 +192,4 @@ func TestCustomValueConverterQueryScan(t *testing.T) {
if err := mock.ExpectationsWereMet(); err != nil {
t.Error(err)
}
}
}