Skip to content

Commit bbded6e

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 9e80ac5 commit bbded6e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

x-pack/plugin/slm/src/main/java/org/elasticsearch/xpack/slm/SnapshotLifecycleTask.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,15 @@ static WriteJobStatus failure(
452452
List<SnapshotInfo> registeredSnapshotInfo,
453453
Exception exception
454454
) {
455-
return new WriteJobStatus(projectId, policyId, snapshotId, timestamp, timestamp, registeredSnapshotInfo, Optional.of(exception));
455+
return new WriteJobStatus(
456+
projectId,
457+
policyId,
458+
snapshotId,
459+
timestamp,
460+
timestamp,
461+
registeredSnapshotInfo,
462+
Optional.of(exception)
463+
);
456464
}
457465

458466
@Override

0 commit comments

Comments
 (0)