From fc78082e8136db373f1f263e6af62a326fd0cc6b Mon Sep 17 00:00:00 2001 From: John Mutuma Date: Sat, 23 Nov 2024 10:59:23 +0300 Subject: [PATCH] Formatting the file with gofumpt --- pkg/gui/controllers/branches_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gui/controllers/branches_controller.go b/pkg/gui/controllers/branches_controller.go index d0dffcd3684..9a1530971cd 100644 --- a/pkg/gui/controllers/branches_controller.go +++ b/pkg/gui/controllers/branches_controller.go @@ -643,7 +643,7 @@ func (self *BranchesController) fastForward(branch *models.Branch) error { BranchName: branch.UpstreamBranch, FastForwardOnly: true, WorktreeGitDir: worktreeGitDir, - WorktreePath: worktreePath, + WorktreePath: worktreePath, }, ) _ = self.c.Refresh(types.RefreshOptions{Mode: types.ASYNC})