Skip to content

Commit 4aa059b

Browse files
committed
fix nolintlint issue
1 parent a86e3f6 commit 4aa059b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/xsql/badconn/badconn_go1.18.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ func (e Error) Error() string {
2222
}
2323

2424
func (e Error) Is(err error) bool {
25+
//nolint:nolintlint
2526
if err == driver.ErrBadConn { //nolint:errorlint
2627
return true
2728
}

0 commit comments

Comments
 (0)