diff options
Diffstat (limited to 'lua/core/formatter.lua')
-rw-r--r-- | lua/core/formatter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/formatter.lua b/lua/core/formatter.lua index 05de74ab..c8f1baeb 100644 --- a/lua/core/formatter.lua +++ b/lua/core/formatter.lua @@ -48,7 +48,7 @@ end -- end -- end -- end -local status_ok, formatter = pcall(require, "formatter") +local status_ok, _ = pcall(require, "formatter") if not status_ok then return end |