Skip to content

Commit f75fac3

Browse files
committed
Appease goimports
1 parent 2e2cc4c commit f75fac3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

migrate_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ import (
88
"time"
99

1010
"github.com/go-gorp/gorp/v3"
11-
_ "github.com/mattn/go-sqlite3"
1211
//revive:disable-next-line:dot-imports
1312
. "gopkg.in/check.v1"
13+
14+
_ "github.com/mattn/go-sqlite3"
1415
)
1516

1617
var sqliteMigrations = []*Migration{

0 commit comments

Comments
 (0)