Skip to content

Commit

Permalink
style: Format code with prettier and gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-autofix[bot] authored Aug 23, 2023
1 parent 883287b commit 3a624bc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions internal/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1836,8 +1836,7 @@ func Test_deepMerge(t *testing.T) {
visited: visited,
fieldPath: "",
},
want: want{
},
want: want{},
checkFunc: defaultCheckFunc,
beforeFunc: defaultBeforeFunc,
afterFunc: defaultAfterFunc,
Expand All @@ -1859,8 +1858,7 @@ func Test_deepMerge(t *testing.T) {
visited: visited,
fieldPath: "",
},
want: want{
},
want: want{},
checkFunc: defaultCheckFunc,
beforeFunc: defaultBeforeFunc,
afterFunc: defaultAfterFunc,
Expand Down

0 comments on commit 3a624bc

Please sign in to comment.