[service] Make linter happy
This commit is contained in:
@@ -30,6 +30,7 @@ const (
|
||||
groupStateInvalid
|
||||
)
|
||||
|
||||
//nolint:goconst
|
||||
func groupStateToString(state int32) string {
|
||||
switch state {
|
||||
case groupStateOff:
|
||||
|
||||
Reference in New Issue
Block a user