Skip to content

Commit 63b09aa

Browse files
committed
fix lint
1 parent bef3ae6 commit 63b09aa

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
@@ -22,7 +22,6 @@ func (e Error) Error() string {
2222
}
2323

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

0 commit comments

Comments
 (0)