Skip to content

Commit f830d50

Browse files
committed
lint
1 parent 1c3ba7d commit f830d50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

driver/driver.go

-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ func (d driver) Open(dsn string) (sqldriver.Conn, error) {
124124
return nil, err
125125
}
126126
return ci.Connect(context.Background())
127-
128127
}
129128

130129
func (ci connInfo) Connect(ctx context.Context) (sqldriver.Conn, error) {

0 commit comments

Comments
 (0)