Skip to content

Commit

Permalink
Formatting the file with gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
John Mutuma committed Nov 23, 2024
1 parent c0caf6d commit 4418c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gui/controllers/branches_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,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})
Expand Down

0 comments on commit 4418c1f

Please sign in to comment.