summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/cljstyle.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/formatters/cljstyle.lua')
-rw-r--r--lua/conform/formatters/cljstyle.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conform/formatters/cljstyle.lua b/lua/conform/formatters/cljstyle.lua
index ffd8061..21205a5 100644
--- a/lua/conform/formatters/cljstyle.lua
+++ b/lua/conform/formatters/cljstyle.lua
@@ -1,4 +1,4 @@
----@type conform.FormatterConfig
+---@type conform.FileFormatterConfig
return {
meta = {
url = "https://github.com/greglook/cljstyle",