Skip to content

Commit dde3ea7

Browse files
committed
Lint
1 parent 023536f commit dde3ea7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

filters/standard_filters_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ var filterTestBindings = map[string]interface{}{
172172
"fruits": []string{"apples", "oranges", "peaches", "plums"},
173173
"mixed_case_list": []string{"c", "a", "B"},
174174
"mixed_case_objects": []map[string]interface{}{
175-
map[string]interface{}{"key": "c"},
176-
map[string]interface{}{"key": "a"},
177-
map[string]interface{}{"key": "B"},
175+
{"key": "c"},
176+
{"key": "a"},
177+
{"key": "B"},
178178
},
179179
"obj": map[string]interface{}{
180180
"a": 1,

0 commit comments

Comments
 (0)