Skip to content

Commit bef3ae6

Browse files
committed
fix lint
1 parent c15b488 commit bef3ae6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/xsql/badconn/badconn_go1.18.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ func (e Error) Error() string {
2323

2424
func (e Error) Is(err error) bool {
2525
//nolint:errorlint
26-
//nolint:nolilint
2726
if err == driver.ErrBadConn {
2827
return true
2928
}

0 commit comments

Comments
 (0)