aboutsummaryrefslogtreecommitdiff
path: root/src/lux/base.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/lux/base.clj')
-rw-r--r--src/lux/base.clj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lux/base.clj b/src/lux/base.clj
index 306c09b19..4b8045e8c 100644
--- a/src/lux/base.clj
+++ b/src/lux/base.clj
@@ -645,8 +645,7 @@
(|do [closure-name (|do [top get-top-local-env]
(return (->> top (get$ $INNER-CLOSURES) str)))]
(fn [state]
- (let [body* (with-scope closure-name
- body)]
+ (let [body* (with-scope closure-name body)]
(run-state body* (update$ $ENVS #(|cons (update$ $INNER-CLOSURES inc (|head %))
(|tail %))
state))))))