Skip to content

Commit 91ac2c7

Browse files
committed
wip
1 parent f3a35ae commit 91ac2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/types/map.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func ExpandMapStringString(data any) map[string]string {
7272

7373
// GetMapValue returns the value for a key from a map.
7474
// returns zero value if key does not exist in map.
75-
func GetMapValue[T any]( //nolint:ireturn
75+
func GetMapValue[T any](
7676
m map[string]any,
7777
key string,
7878
) T {

0 commit comments

Comments
 (0)