aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lua/conform/formatters/beautysh.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conform/formatters/beautysh.lua b/lua/conform/formatters/beautysh.lua
index 4fe1bc1..4dac4e6 100644
--- a/lua/conform/formatters/beautysh.lua
+++ b/lua/conform/formatters/beautysh.lua
@@ -5,5 +5,5 @@ return {
description = "A Bash beautifier for the masses.",
},
command = "beautysh",
- args = { "-" }
+ args = { "-" },
}