Skip to content

Commit 7890b8b

Browse files
ddamkeddamke
authored andcommitted
fix some format issues
1 parent 0118fc1 commit 7890b8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/de/doubleslash/keeptime/view/ProjectReport.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ public void appendToWorkNotes(final String currentWorkNote) {
4646
if (this.size>1) {
4747
this.sb.append(NOTE_DELIMETER);
4848
}
49+
}else {
50+
LOG.debug("Skipping empty note.");
4951
}
5052
}
5153

0 commit comments

Comments
 (0)