From 6515458d96d14d29cd9b66ce9013f73033afc93b Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Fri, 8 May 2026 23:57:37 +0200 Subject: [PATCH] chore: apply formatting --- lua/git/status_view.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lua/git/status_view.lua b/lua/git/status_view.lua index 2e1b223..fa8ed1d 100644 --- a/lua/git/status_view.lua +++ b/lua/git/status_view.lua @@ -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, })