mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
Formatting the file with gofumpt
This commit is contained in:
parent
d7d5733a71
commit
fc78082e81
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ func (self *BranchesController) fastForward(branch *models.Branch) error {
|
||||||
BranchName: branch.UpstreamBranch,
|
BranchName: branch.UpstreamBranch,
|
||||||
FastForwardOnly: true,
|
FastForwardOnly: true,
|
||||||
WorktreeGitDir: worktreeGitDir,
|
WorktreeGitDir: worktreeGitDir,
|
||||||
WorktreePath: worktreePath,
|
WorktreePath: worktreePath,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
_ = self.c.Refresh(types.RefreshOptions{Mode: types.ASYNC})
|
_ = self.c.Refresh(types.RefreshOptions{Mode: types.ASYNC})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue