Skip to content

Commit

Permalink
Fix trailing whitespace introduced in elastic#46520
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Oct 1, 2019
1 parent af930a7 commit cc520ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ private void reroute(RoutingAllocation allocation) {
assert hasDeadNodes(allocation) == false : "dead nodes should be explicitly cleaned up. See disassociateDeadNodes";
assert AutoExpandReplicas.getAutoExpandReplicaChanges(allocation.metaData(), allocation.nodes()).isEmpty() :
"auto-expand replicas out of sync with number of nodes in the cluster";

removeDelayMarkers(allocation);
// try to allocate existing shard copies first
gatewayAllocator.allocateUnassigned(allocation);
Expand Down

0 comments on commit cc520ba

Please sign in to comment.