linting: next round of fixes

This commit is contained in:
Zach Ramsay
2017-09-22 12:14:27 -04:00
parent d6e03d2368
commit 3c57c24921
7 changed files with 9 additions and 14 deletions

View File

@ -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