chore: apply formatting

This commit is contained in:
2026-05-08 23:57:37 +02:00
parent 51113e1907
commit 6515458d96
+1 -4
View File
@@ -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,
})