Fix lint error

This commit is contained in:
Masaaki Goshima 2021-04-10 18:51:11 +09:00
parent 2cb792ca28
commit a4d8927b44
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ func validateEndBuf(src []byte, cursor int64) error {
cursor+1,
)
}
return nil
}
//nolint:staticcheck