1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-01 13:17:53 +02:00

apply fmt again

This commit is contained in:
Dawid Dziurla 2018-09-03 18:01:07 +02:00
parent b5827b7d80
commit 59f50010b6
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

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