Skip to content

Commit

Permalink
Fix linter errors 2
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 24, 2024
1 parent d2142af commit 1b8c466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/compute/internal/keeper/querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (q GrpcQuerier) AddressByLabel(c context.Context, req *types.QueryByLabelRe
}, nil
}

func (q GrpcQuerier) Params(c context.Context, req *types.ParamsRequest) (*types.ParamsResponse, error) {
func (q GrpcQuerier) Params(c context.Context, _ *types.ParamsRequest) (*types.ParamsResponse, error) {
params := q.keeper.GetParams(sdk.UnwrapSDKContext(c))
return &types.ParamsResponse{
Params: params,
Expand Down

0 comments on commit 1b8c466

Please sign in to comment.