Skip to content

Commit a1d71b6

Browse files
author
protobuf-ci-cd
committed
fix lint
1 parent 4f5f643 commit a1d71b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/keymanager/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
func ExpandStringList(v any) []string {
1414
var result []string
15-
15+
1616
list := v.([]any)
1717

1818
for i, s := range list {

0 commit comments

Comments
 (0)