Skip to content

Commit

Permalink
Add :style/indent metadata to with-temp
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Feb 20, 2024
1 parent 3f276af commit 0d8dd6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/toucan2/tools/with_temp.clj
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
```
If you want to implement custom behavior for a model other than default values, you can implement [[do-with-temp*]]."
{:style/indent :defn}
[[modelable temp-object-binding attributes & more] & body]
`(do-with-temp ~modelable ~attributes
(^:once fn* [temp-object#]
Expand Down

0 comments on commit 0d8dd6b

Please sign in to comment.