chore: apply formatting
This commit is contained in:
@@ -466,10 +466,7 @@ local function action_stage()
|
|||||||
cwd = s.repo.worktree,
|
cwd = s.repo.worktree,
|
||||||
on_exit = function(result)
|
on_exit = function(result)
|
||||||
if result.code ~= 0 then
|
if result.code ~= 0 then
|
||||||
util.error(
|
util.error("git add failed: %s", vim.trim(result.stderr or ""))
|
||||||
"git add failed: %s",
|
|
||||||
vim.trim(result.stderr or "")
|
|
||||||
)
|
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user