Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Norberg committed Feb 24, 2016
1 parent 4a51c03 commit 0e552be
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ public static EndpointRunnableFactory withTracking(
requestTracker);
}

public static EndpointRunnableFactory withGathering(final EndpointRunnableFactory endpointRunnableFactory,
final IncomingCallsGatherer incomingCallsGatherer) {
public static EndpointRunnableFactory withGathering(
final EndpointRunnableFactory endpointRunnableFactory,
final IncomingCallsGatherer incomingCallsGatherer) {
return new GatheringEndpointRunnableFactory(
endpointRunnableFactory,
incomingCallsGatherer);
Expand Down

0 comments on commit 0e552be

Please sign in to comment.