Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in de3ef81 according to the output
from Gofumpt and Prettier.

Details: #2584
  • Loading branch information
deepsource-autofix[bot] authored and kmrmt committed Aug 20, 2024
1 parent 55c2861 commit 0a8b8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/core/ngt/handler/grpc/index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2554,7 +2554,7 @@ func Test_server_IndexProperty(t *testing.T) {
want: want{
wantRes: &payload.Info_Index_PropertyDetail{
Details: map[string]*payload.Info_Index_Property{
name: &payload.Info_Index_Property{},
name: {},
},
},
},
Expand Down

0 comments on commit 0a8b8be

Please sign in to comment.