aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source')
-rw-r--r--stdlib/source/lux/macro/template.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/macro/template.lux b/stdlib/source/lux/macro/template.lux
index fe533cae8..e66d386d8 100644
--- a/stdlib/source/lux/macro/template.lux
+++ b/stdlib/source/lux/macro/template.lux
@@ -49,6 +49,6 @@
(: (Dict Text AST) (dict;new text;Hash<Text>))
args)]
(wrap (list (` (syntax: (~@ (common;gen-export-level _ex-lev)) ((~ (ast;symbol ["" name]))
- (~@ (map (|>. [""] ast;symbol) args)))
+ (~@ (map (|>. [""] ast;symbol) args)))
((~' wrap) (list (` (~ (prepare bindings template)))))))))
))