Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontedor committed May 6, 2018
1 parent 774f4dc commit cd42a3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ protected RestChannelConsumer prepareRequest(RestRequest restRequest, NodeClient
long value = Long.valueOf(restRequest.param(ShardFollowTask.PROCESSOR_MAX_TRANSLOG_BYTES_PER_REQUEST.getPreferredName()));
request.setProcessorMaxTranslogBytes(value);
}
return channel -> client.execute(INSTANCE, request, new RestToXContentListener<>(channel) );
return channel -> client.execute(INSTANCE, request, new RestToXContentListener<>(channel));
}
}

0 comments on commit cd42a3f

Please sign in to comment.