Skip to content

Commit 9818363

Browse files
committed
chore: formatting cleanup
1 parent 0544cc1 commit 9818363

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/org/codejive/jpm/Main.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,9 @@ static class QuietMixin {
338338
}
339339

340340
private static void printStats(SyncStats stats) {
341-
System.err.printf("Artifacts new: %d, updated: %d, deleted: %d%n",
342-
(Integer)stats.copied, (Integer)stats.updated, (Integer)stats.deleted);
341+
System.err.printf(
342+
"Artifacts new: %d, updated: %d, deleted: %d%n",
343+
(Integer) stats.copied, (Integer) stats.updated, (Integer) stats.deleted);
343344
}
344345

345346
/**

0 commit comments

Comments
 (0)