Skip to content

Commit

Permalink
chore: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsam committed Nov 26, 2021
1 parent ddd8282 commit c180df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/budget/keeper/grpc_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (k Querier) Addresses(_ context.Context, req *types.QueryAddressesRequest)
}

if req.Name == "" && req.ModuleName == "" {
return nil, status.Error(codes.InvalidArgument,"at least one input of name or module name is required")
return nil, status.Error(codes.InvalidArgument, "at least one input of name or module name is required")
}

if req.ModuleName == "" && req.Type == types.AddressType32Bytes {
Expand Down

0 comments on commit c180df5

Please sign in to comment.