Skip to content

Commit

Permalink
style: make code gofump
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Apr 24, 2023
1 parent 039f3f4 commit 161bcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/logic/keeper/grpc_query_ask_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func TestGRPCAsk(t *testing.T) {
Success: true,
HasMore: false,
Variables: []string{"X"},
Results: []types.Result{types.Result{Substitutions: []types.Substitution{types.Substitution{
Results: []types.Result{{Substitutions: []types.Substitution{{
Variable: "X",
Term: types.Term{
Name: "alice",
Expand Down

0 comments on commit 161bcac

Please sign in to comment.