run stylua

This commit is contained in:
Smirnov Oleksandr 2023-07-19 23:29:21 +03:00
parent d20081f2b0
commit 79e3da0085
2 changed files with 8 additions and 2 deletions

View file

@ -20,7 +20,10 @@ local function install(pkg)
args = { "install", url },
on_exit = function(_, retval)
if retval ~= 0 then
u.deferred_notify("command 'go install " .. url .. "' exited with code " .. retval, vim.log.levels.ERROR)
u.deferred_notify(
"command 'go install " .. url .. "' exited with code " .. retval,
vim.log.levels.ERROR
)
return
end