Skip to content

Commit 38b0570

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 0d3dedf commit 38b0570

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -324,12 +324,7 @@ void maybeRunAsyncAction(ClusterState currentState, IndexMetadata indexMetadata,
324324
}
325325
if (expectedStepKey.phase() == null && expectedStepKey.name() == null && expectedStepKey.action() == null) {
326326
// ILM is stopped, so do not try to run async action
327-
logger.debug(
328-
"expected step for index [{}] with policy [{}] is [{}], not running async action",
329-
index,
330-
policy,
331-
expectedStepKey
332-
);
327+
logger.debug("expected step for index [{}] with policy [{}] is [{}], not running async action", index, policy, expectedStepKey);
333328
return;
334329
}
335330
logger.trace(

0 commit comments

Comments
 (0)