Skip to content

Commit 78ace42

Browse files
committed
style: gofmt linting
1 parent 5a4cad3 commit 78ace42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/template/reflect_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ func TestDeepGet(t *testing.T) {
6565
{
6666
"map key empty string",
6767
map[string]map[string]map[string]string{
68-
"": map[string]map[string]string{
69-
"": map[string]string{
68+
"": {
69+
"": {
7070
"": "foo",
7171
},
7272
},

0 commit comments

Comments
 (0)