diff options
author | aktersnurra <grydholm@kth.se> | 2022-04-20 22:39:53 +0200 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2022-04-20 22:39:53 +0200 |
commit | afa9a9052286f0c413d604467d41d0aed40acc5c (patch) | |
tree | 248488f3b794c188fa3eb08a61bc9097b6b55831 /fnl | |
parent | ffe3dace1b350f27dcbd0a5e4062bd5d1e9c4714 (diff) |
fix(ncomment): format error
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/ncomment.fnl | 2 |
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)}))) |