Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Sep 14, 2023
1 parent 000d4a5 commit 8d50918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/ccv/consumer/keeper/grpc_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ func (k Keeper) QueryProviderInfo(c context.Context, //nolint:golint
}

func (k Keeper) QueryThrottleState(c context.Context,
req *types.QueryThrottleStateRequest) (*types.QueryThrottleStateResponse, error) {
req *types.QueryThrottleStateRequest,
) (*types.QueryThrottleStateResponse, error) {
ctx := sdk.UnwrapSDKContext(c)

resp := types.QueryThrottleStateResponse{}
Expand Down

0 comments on commit 8d50918

Please sign in to comment.