Skip to content

Commit

Permalink
cljfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Jun 21, 2024
1 parent f952c1d commit deb30f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/engine/src/ta/engine/javelin/cell.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(warn "calculating formula args: " args)
(try
(apply formula-fn args)
(catch AssertionError ex
(catch AssertionError ex
(nom/fail ::error {:message "algo assert failure"}))
(catch Exception ex
(nom/fail ::error {:message "algo exception"})))))
Expand Down

0 comments on commit deb30f7

Please sign in to comment.