Apply cljfmt

This commit is contained in:
Ben Sturmfels 2025-02-10 12:53:33 +11:00
parent ea57f67f7c
commit 2cebde781c
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
4 changed files with 30 additions and 35 deletions

View file

@ -108,6 +108,4 @@
;; Print out text transactions ;; Print out text transactions
(doseq [i imported] (doseq [i imported]
(println (import/render-transaction i))) (println (import/render-transaction i))))
)

View file

@ -305,7 +305,6 @@
all-postings (concat liability-postings asset-postings)] all-postings (concat liability-postings asset-postings)]
[(assoc template :postings all-postings)])) [(assoc template :postings all-postings)]))
(defn net-pay-ach-debit (defn net-pay-ach-debit
"Return a transaction paying off net pay liabilities" "Return a transaction paying off net pay liabilities"
[date period receipt-no invoice-no projects records] [date period receipt-no invoice-no projects records]

View file

@ -246,8 +246,7 @@
:amount 103.25M :amount 103.25M
:currency "USD" :currency "USD"
:meta {:entity "Citizen-Jill"}} :meta {:entity "Citizen-Jill"}}
{:account "Assets:FR:Check2721" :amount -206.51 :currency "USD"})}] {:account "Assets:FR:Check2721" :amount -206.51 :currency "USD"})}]]
]
(is (= actual expected)))) (is (= actual expected))))
(deftest retirement (deftest retirement
@ -390,5 +389,4 @@ DATE txn \"Paychex\" \"Monthly Payroll - PERIOD - Fee\"
(is (= actual expected)))) (is (= actual expected))))
(comment (comment
(t/run-all-tests) (t/run-all-tests))
)