Fix coding style
This commit is contained in:
parent
06521ffa49
commit
d877fca092
@ -3,13 +3,14 @@ package sql
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"database/sql"
|
"database/sql"
|
||||||
"github.com/dexidp/dex/pkg/log"
|
|
||||||
"regexp"
|
"regexp"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
// import third party drivers
|
// import third party drivers
|
||||||
_ "github.com/lib/pq"
|
_ "github.com/lib/pq"
|
||||||
_ "github.com/mattn/go-sqlite3"
|
_ "github.com/mattn/go-sqlite3"
|
||||||
|
|
||||||
|
"github.com/dexidp/dex/pkg/log"
|
||||||
)
|
)
|
||||||
|
|
||||||
// flavor represents a specific SQL implementation, and is used to translate query strings
|
// flavor represents a specific SQL implementation, and is used to translate query strings
|
||||||
|
Reference in New Issue
Block a user