diff --git a/x/ccv/consumer/keeper/grpc_query.go b/x/ccv/consumer/keeper/grpc_query.go index d1cc007f06..0d1bb78d16 100644 --- a/x/ccv/consumer/keeper/grpc_query.go +++ b/x/ccv/consumer/keeper/grpc_query.go @@ -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{}