Skip to content

Commit

Permalink
Apply spotless fix
Browse files Browse the repository at this point in the history
Signed-off-by: Bhumika Saini <[email protected]>
  • Loading branch information
Bhumika Saini committed Sep 4, 2023
1 parent ca4e588 commit 7476bdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ private void assertNoDownloadStats(boolean nonZeroUploadTime) {
assertNotEquals(0, remoteTranslogTransferTracker.getTotalDownloadTimeInMillis());
} else {
assertEquals(0, remoteTranslogTransferTracker.getTotalDownloadTimeInMillis());
}
}
}

private void assertTlogCkpDownloadStats() {
Expand Down

0 comments on commit 7476bdf

Please sign in to comment.