summaryrefslogtreecommitdiff
path: root/fnl/config/ncomment.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/ncomment.fnl')
-rw-r--r--fnl/config/ncomment.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/config/ncomment.fnl b/fnl/config/ncomment.fnl
index 06e9de1..e6a77d1 100644
--- a/fnl/config/ncomment.fnl
+++ b/fnl/config/ncomment.fnl
@@ -1,5 +1,6 @@
;; Language aware commenting.
-(module config.ncomment {autoload {util util}})
+(module config.ncomment
+ {autoload {util util}})
(defn- get-type [ctx U]
(if (= ctx.ctype U.ctype.line)