branch: elpa/csv2ledger commit 4d888caef4b1314536dcc56cda2354dbbad2a490 Author: Joost Kremers <joostkrem...@fastmail.com> Commit: Joost Kremers <joostkrem...@fastmail.com>
Fix whitespace. --- csv2ledger.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csv2ledger.el b/csv2ledger.el index 1166ca88ff..475fda6944 100644 --- a/csv2ledger.el +++ b/csv2ledger.el @@ -323,8 +323,8 @@ Return the modified transaction." "Create the amount for TRANSACTION. Return the modified transaction." (unless (c2l--amount-p (alist-get 'amount transaction "")) - (let ((amount (or (c2l--amount-p (alist-get 'credit transaction "")) - (c2l--amount-p (alist-get 'debit transaction "")) + (let ((amount (or (c2l--amount-p (alist-get 'credit transaction "")) + (c2l--amount-p (alist-get 'debit transaction "")) "0.00"))) (if (alist-get 'amount transaction) (setf (alist-get 'amount transaction) amount)