mirror of
https://github.com/NotAShelf/direnv.nvim.git
synced 2026-02-24 04:15:22 +00:00
chore: format with stylua
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ib77f8945f0a21484435db29cf7897a8c6a6a6964
This commit is contained in:
parent
b9c1cac9a5
commit
ac9a7d501f
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue