chore: format with stylua

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ib77f8945f0a21484435db29cf7897a8c6a6a6964
This commit is contained in:
raf 2026-01-20 17:48:16 +03:00
commit ac9a7d501f
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -235,10 +235,7 @@ M._init = function(path)
local ok, env = pcall(vim.json.decode, obj.stdout)
if not ok or type(env) ~= "table" then
notify(
"Failed to parse direnv JSON output",
vim.log.levels.ERROR
)
notify("Failed to parse direnv JSON output", vim.log.levels.ERROR)
return
end