Skip to content

Commit 0684195

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void appendToWorkNotes(final String currentWorkNote) {
4646
if (this.size>1) {
4747
this.sb.append(NOTE_DELIMETER);
4848
}
49-
}else {
49+
} else {
5050
LOG.debug("Skipping empty note.");
5151
}
5252
}

0 commit comments

Comments
 (0)