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