Skip to content

Commit

Permalink
Apply spotless.
Browse files Browse the repository at this point in the history
Signed-off-by: Rishikesh1159 <[email protected]>
  • Loading branch information
Rishikesh1159 committed Feb 6, 2023
1 parent 884e6d1 commit 537964f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,7 @@ private void start(final long replicationId) {
@Override
public void onResponse(Void o) {
onGoingReplications.markAsDone(replicationId);
if(target.state().getIndex().recoveredFileCount() != 0
&& target.state().getIndex().recoveredBytes() != 0) {
if (target.state().getIndex().recoveredFileCount() != 0 && target.state().getIndex().recoveredBytes() != 0) {
completedReplications.put(target.shardId(), target);
}

Expand Down

0 comments on commit 537964f

Please sign in to comment.