Fix gofmt

This commit is contained in:
Mark Sagi-Kazar 2019-12-06 12:37:45 +01:00 committed by Márk Sági-Kazár
parent 78a0e37a24
commit e316012b4d
2 changed files with 5 additions and 6 deletions

View file

@ -11,7 +11,6 @@ linters:
- maligned
# TODO: fix me
- gofmt
- goimports
- whitespace
- deadcode

View file

@ -1049,18 +1049,18 @@ func TestFindsNestedKeys(t *testing.T) {
"owner.dob": dob,
"beard": true,
"foos": []map[string]interface{}{
map[string]interface{}{
{
"foo": []map[string]interface{}{
map[string]interface{}{
{
"key": 1,
},
map[string]interface{}{
{
"key": 2,
},
map[string]interface{}{
{
"key": 3,
},
map[string]interface{}{
{
"key": 4,
},
},