Skip to content

Commit

Permalink
gofumpt formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RetoranPetra committed Mar 13, 2024
1 parent b8f568f commit ea84737
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/gui/controllers/tags_controller.go
Expand Up @@ -75,11 +75,11 @@ func (self *TagsController) GetKeybindings(opts types.KeybindingsOpts) []*types.
OpensMenu: true,
},
{
Key: opts.GetKey(opts.Config.Branches.MergeIntoCurrentBranch),
Handler: opts.Guards.OutsideFilterMode(self.withSelectedTag(self.merge)),
Description: self.c.Tr.Merge,
Tooltip: self.c.Tr.MergeBranchTooltip,
DisplayOnScreen: true,
Key: opts.GetKey(opts.Config.Branches.MergeIntoCurrentBranch),
Handler: opts.Guards.OutsideFilterMode(self.withSelectedTag(self.merge)),
Description: self.c.Tr.Merge,
Tooltip: self.c.Tr.MergeBranchTooltip,
DisplayOnScreen: true,
},
}

Expand Down

0 comments on commit ea84737

Please sign in to comment.