[service] Make linter happy

This commit is contained in:
Daniel
2024-08-28 11:55:40 +02:00
parent 4b2e4f208f
commit 57e81fb6fb
4 changed files with 10 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ const (
groupStateInvalid
)
//nolint:goconst
func groupStateToString(state int32) string {
switch state {
case groupStateOff: