1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2025-06-24 21:56:48 +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 { if err := mock.ExpectationsWereMet(); err != nil {
t.Error(err) t.Error(err)
} }
} }