Fix coding style

This commit is contained in:
Mark Sagi-Kazar 2019-02-22 21:43:55 +01:00
parent 06521ffa49
commit d877fca092
No known key found for this signature in database
GPG Key ID: 34CC109EB5ED1C2A
1 changed files with 2 additions and 1 deletions

View File

@ -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