Skip to content

Commit 9dcdb2d

Browse files
committed
Fix formatting
1 parent 28c8d3d commit 9dcdb2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

server/compaction-coordinator/src/main/java/org/apache/accumulo/coordinator/CoordinatorSummaryLogger.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ public void logSummary() {
7171
count.get());
7272

7373
});
74-
perTableRunningCount.forEach((t, count) -> LOG.info("Running compactions for table {}: {}", t, count));
74+
perTableRunningCount
75+
.forEach((t, count) -> LOG.info("Running compactions for table {}: {}", t, count));
7576
}
7677

7778
}

0 commit comments

Comments
 (0)