mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
Fix coding style
This commit is contained in:
+2
-1
@@ -3,13 +3,14 @@ package sql
|
||||
|
||||
import (
|
||||
"database/sql"
|
||||
"github.com/dexidp/dex/pkg/log"
|
||||
"regexp"
|
||||
"time"
|
||||
|
||||
// import third party drivers
|
||||
_ "github.com/lib/pq"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
|
||||
"github.com/dexidp/dex/pkg/log"
|
||||
)
|
||||
|
||||
// flavor represents a specific SQL implementation, and is used to translate query strings
|
||||
|
||||
Reference in New Issue
Block a user