Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Oct 16, 2024
1 parent 9b36a26 commit 00dcf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darkleaf/di/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@
(if (zero? (count bindings))
`(do ~@body)
(let [[binding-form init-expr] (subvec bindings 0 2)]
`(let [resource# ~init-expr]
`(let [resource# ~init-expr]
(try
(let [~binding-form resource#]
(with-open ~(subvec bindings 2)
Expand Down

0 comments on commit 00dcf18

Please sign in to comment.