1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-31 22:22:14 +02:00

Fixed the issue with linting

This commit is contained in:
glendsoza 2022-01-25 19:40:07 +05:30 committed by Jesse Duffield
parent 0caa391c4d
commit eb57e3ead0
2 changed files with 1 additions and 1 deletions

BIN
lg Executable file

Binary file not shown.

@ -495,7 +495,7 @@ func (gui *Gui) createRevertMergeCommitMenu(commit *models.Commit) error {
if err != nil {
return gui.surfaceError(err)
}
menuItems[i] = &menuItem{
displayString: fmt.Sprintf("%s: %s", utils.SafeTruncate(parentSha, 8), message),
onPress: func() error {