Skip to content

Commit 4f5f643

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/services/keymanager/helpers.go

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

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

1718
for i, s := range list {

0 commit comments

Comments
 (0)