Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
albertzaharovits committed Jan 16, 2025
1 parent f0b72fe commit 9b03950
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ public void doRun() {
message(
String.format(
Locale.ROOT,
"merge task %s merge segment [%s] done estSize=%.1f MB (written=%.1f MB) runTime=%.1fs (stopped=%.1fs, paused=%.1fs) rate=%s",
"merge task %s merge segment [%s] done estSize=%.1f MB (written=%.1f MB) "
+ "runTime=%.1fs (stopped=%.1fs, paused=%.1fs) rate=%s",
getName(),
getSegmentName(onGoingMerge.getMerge()),
bytesToMB(onGoingMerge.getMerge().estimatedMergeBytes),
Expand Down

0 comments on commit 9b03950

Please sign in to comment.