Skip to content

Commit 16f2853

Browse files
committed
modified by Make format
1 parent 6abe5e6 commit 16f2853

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

job.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ import (
1212

1313
_ "github.com/ClickHouse/clickhouse-go/v2" // register the ClickHouse driver
1414
"github.com/cenkalti/backoff"
15-
_ "github.com/microsoft/go-mssqldb" // register the MS-SQL driver
16-
_ "github.com/microsoft/go-mssqldb/integratedauth/krb5" // Register integrated auth for MS-SQL
1715
"github.com/go-kit/log"
1816
"github.com/go-kit/log/level"
1917
"github.com/go-sql-driver/mysql" // register the MySQL driver
2018
"github.com/gobwas/glob"
2119
"github.com/jmoiron/sqlx"
22-
_ "github.com/lib/pq" // register the PostgreSQL driver
20+
_ "github.com/lib/pq" // register the PostgreSQL driver
21+
_ "github.com/microsoft/go-mssqldb" // register the MS-SQL driver
22+
_ "github.com/microsoft/go-mssqldb/integratedauth/krb5" // Register integrated auth for MS-SQL
2323
"github.com/prometheus/client_golang/prometheus"
2424
_ "github.com/segmentio/go-athena" // register the AWS Athena driver
2525
"github.com/snowflakedb/gosnowflake"

0 commit comments

Comments
 (0)