Formatting the file with gofumpt

This commit is contained in:
John Mutuma 2024-11-23 10:59:23 +03:00 committed by Jesse Duffield
parent d7d5733a71
commit fc78082e81

View file

@ -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})