Skip to content

Commit c15b488

Browse files
committed
fix lint
1 parent 1dacb07 commit c15b488

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

2424
func (e Error) Is(err error) bool {
2525
//nolint:errorlint
26+
//nolint:nolilint
2627
if err == driver.ErrBadConn {
2728
return true
2829
}

0 commit comments

Comments
 (0)