Skip to content

Commit

Permalink
formatting correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh1ku committed Dec 28, 2024
1 parent 7953876 commit f783038
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static InvoiceData fromZugferd(Invoice invoice) {
TransactionCalculator tc = new TransactionCalculator(invoice);
double prePaidAmount;

if(invoice.getTotalPrepaidAmount() == null) {
if (invoice.getTotalPrepaidAmount() == null) {
prePaidAmount = 0;
} else {
prePaidAmount = invoice.getTotalPrepaidAmount().doubleValue();
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f783038

Please sign in to comment.