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:
parent
0caa391c4d
commit
eb57e3ead0
BIN
lg
Executable file
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user