Skip to content

Commit 52909c7

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent e8c27a5 commit 52909c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/TransportSnapshotsStatusAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ void buildResponse(
245245
null,
246246
null,
247247
"""
248-
Snapshot shard stats missing from a currently running snapshot due to a node leaving the cluster after \
249-
completing the snapshot; use /_snapshot/<repository>/<snapshot>/_status to load from the repository."""
248+
Snapshot shard stats missing from a currently running snapshot due to a node leaving the cluster after \
249+
completing the snapshot; use /_snapshot/<repository>/<snapshot>/_status to load from the repository."""
250250
);
251251
} else {
252252
shardStatus = new SnapshotIndexShardStatus(entry.shardId(shardEntry.getKey()), stage);

0 commit comments

Comments
 (0)