Skip to content

Commit 0dcf6c9

Browse files
committed
Remove newline
1 parent 6791827 commit 0dcf6c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/repository/CcrRepository.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ private Client getRemoteClusterClient() {
161161
return client.getRemoteClusterClient(remoteClusterAlias);
162162
}
163163

164-
165164
@Override
166165
public SnapshotInfo getSnapshotInfo(SnapshotId snapshotId) {
167166
assert SNAPSHOT_ID.equals(snapshotId) : "RemoteClusterRepository only supports " + SNAPSHOT_ID + " as the SnapshotId";

0 commit comments

Comments
 (0)