1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-06 11:02:41 +03:00

apply fmt again

This commit is contained in:
Dawid Dziurla
2018-09-03 18:01:07 +02:00
parent b5827b7d80
commit 59f50010b6

View File

@@ -285,7 +285,7 @@ func (gui *Gui) GetKeybindings() []Binding {
Modifier: gocui.ModNone, Modifier: gocui.ModNone,
Handler: gui.handleRenameCommit, Handler: gui.handleRenameCommit,
Description: gui.Tr.SLocalize("RenameCommit"), Description: gui.Tr.SLocalize("RenameCommit"),
},{ }, {
ViewName: "commits", ViewName: "commits",
Key: 'R', Key: 'R',
Modifier: gocui.ModNone, Modifier: gocui.ModNone,