From 0d8dd6b6000cd60be11a2bf55b4d4344d78e77f7 Mon Sep 17 00:00:00 2001 From: Cam Saul Date: Tue, 20 Feb 2024 21:17:23 +0000 Subject: [PATCH] Add :style/indent metadata to with-temp --- src/toucan2/tools/with_temp.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/toucan2/tools/with_temp.clj b/src/toucan2/tools/with_temp.clj index 3a84af5..d6c79c9 100644 --- a/src/toucan2/tools/with_temp.clj +++ b/src/toucan2/tools/with_temp.clj @@ -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#]