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 authored and jesseduffield committed Jan 2, 2025
1 parent d7d5733 commit fc78082
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 @@ -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})
Expand Down

0 comments on commit fc78082

Please sign in to comment.