Skip to content

Commit

Permalink
Only add newline for netto-/brutto-breakdown, if any is done (so, if …
Browse files Browse the repository at this point in the history
…break was done in home-office)
  • Loading branch information
ThatCraws committed Jun 14, 2024
1 parent 50ccbec commit 32e1836
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ public static String workDayFormat(final WorkDay workDay, final int calendarWeek
.append(" = ")
.append(formattedNetWorkDuration)
.append(")");
outputStringBuilder.append("\n");
}
outputStringBuilder.append("\n");

return new String(outputStringBuilder);
}
Expand Down

0 comments on commit 32e1836

Please sign in to comment.