Skip to content

Commit

Permalink
lint: align indents
Browse files Browse the repository at this point in the history
  • Loading branch information
ycalansy committed Oct 12, 2022
1 parent 639f0a6 commit 09f5337
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/stretchr/testify/assert"

sqrl "github.com/Masterminds/squirrel"
sqrl "github.com/Masterminds/squirrel"

_ "github.com/go-sql-driver/mysql"
_ "github.com/lib/pq"
Expand Down Expand Up @@ -39,9 +39,9 @@ func TestMain(m *testing.M) {
flag.StringVar(&dataSource, "dataSource", "", "integration database data source")
flag.Parse()

if driver == "" {
driver = "sqlite3"
}
if driver == "" {
driver = "sqlite3"
}

if driver == "sqlite3" && dataSource == "" {
dataSource = ":memory:"
Expand Down

0 comments on commit 09f5337

Please sign in to comment.