Skip to content

Commit 039dcc2

Browse files
committed
golangci-lint issues (unnecessary new lines)
I had trouble installing/running locally. Working now.
1 parent a5b62b1 commit 039dcc2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

driver/driver.go

-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ type connInfo struct {
4343
//
4444
// Optional parameters are supported in the standard DSN form
4545
func parseDSN(dsn string) (connInfo, error) {
46-
4746
var matchErr error
4847
ci := connInfo{}
4948

@@ -81,7 +80,6 @@ func parseDSN(dsn string) (connInfo, error) {
8180
// Open takes a supplied DSN string and opens a connection
8281
// See ParseDSN for more information on the form of the DSN
8382
func (d driver) Open(dsn string) (sqldriver.Conn, error) {
84-
8583
var c *client.Conn
8684

8785
ci, err := parseDSN(dsn)

0 commit comments

Comments
 (0)