mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 03:01:42 +00:00
linting: next round of fixes
This commit is contained in:
@ -151,7 +151,7 @@ func (bs *BaseService) Reset() (bool, error) {
|
||||
return false, nil
|
||||
}
|
||||
// never happens
|
||||
return false, nil
|
||||
return false, nil // nolint: vet
|
||||
}
|
||||
|
||||
// Implements Service
|
||||
|
Reference in New Issue
Block a user