summaryrefslogtreecommitdiff
path: root/fnl/config
diff options
context:
space:
mode:
authoraktersnurra <grydholm@kth.se>2022-04-20 22:39:53 +0200
committeraktersnurra <grydholm@kth.se>2022-04-20 22:39:53 +0200
commitafa9a9052286f0c413d604467d41d0aed40acc5c (patch)
tree248488f3b794c188fa3eb08a61bc9097b6b55831 /fnl/config
parentffe3dace1b350f27dcbd0a5e4062bd5d1e9c4714 (diff)
fix(ncomment): format error
Diffstat (limited to 'fnl/config')
-rw-r--r--fnl/config/ncomment.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/ncomment.fnl b/fnl/config/ncomment.fnl
index 217ba6d..3d0b1b6 100644
--- a/fnl/config/ncomment.fnl
+++ b/fnl/config/ncomment.fnl
@@ -13,7 +13,7 @@
(defn- pre-hook [ctx]
(let [U (require :Comment.utils)]
- ((require :ts_context_commentstring.internal) .calculate_commentstring
+ ((require :ts_context_commentstring.internal).calculate_commentstring
{:key (get-type ctx U)
:location (get-location ctx
U)})))