Skip to content

Commit 4634388

Browse files
committed
style: apply code format to UnfollowAction.java
1 parent e759e97 commit 4634388

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/UnfollowAction.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,7 @@ public List<Step> toSteps(Client client, String phase, StepKey nextStepKey) {
6969
Instant::now
7070
);
7171

72-
WaitForFollowShardTasksStep step3 = new WaitForFollowShardTasksStep(
73-
waitForFollowShardTasks,
74-
pauseFollowerIndex,
75-
client
76-
);
72+
WaitForFollowShardTasksStep step3 = new WaitForFollowShardTasksStep(waitForFollowShardTasks, pauseFollowerIndex, client);
7773
PauseFollowerIndexStep step4 = new PauseFollowerIndexStep(pauseFollowerIndex, closeFollowerIndex, client);
7874
CloseFollowerIndexStep step5 = new CloseFollowerIndexStep(closeFollowerIndex, unfollowFollowerIndex, client);
7975
UnfollowFollowerIndexStep step6 = new UnfollowFollowerIndexStep(unfollowFollowerIndex, openFollowerIndex, client);

0 commit comments

Comments
 (0)