Skip to content

Commit f3138af

Browse files
spotless fix
1 parent b507d6c commit f3138af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

server/src/main/java/org/elasticsearch/snapshots/SnapshotsServiceUtils.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@ public static boolean assertNoDanglingSnapshots(ClusterState state) {
214214
} else if (value.isActive()) {
215215
assert reposWithRunningDelete.contains(new ProjectRepo(entry.projectId(), entry.repository())) == false
216216
: "Found shard snapshot actively executing in ["
217-
+ entry
218-
+ "] when it should be blocked by a running delete ["
219-
+ Strings.toString(snapshotDeletionsInProgress)
220-
+ "]";
217+
+ entry
218+
+ "] when it should be blocked by a running delete ["
219+
+ Strings.toString(snapshotDeletionsInProgress)
220+
+ "]";
221221
}
222222
}
223223
}

0 commit comments

Comments
 (0)