1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

use camelCase

This commit is contained in:
Jesse Duffield
2020-08-19 22:59:35 +10:00
parent 7561f5aa32
commit bc410d8e4a
7 changed files with 27 additions and 27 deletions

View File

@ -44,7 +44,7 @@ func (gui *Gui) currentDiffTerminals() []string {
switch gui.currentContextKey() {
case "files":
// not supporting files for now
case "commit-files":
case "commitFiles":
// not supporting commit files for now
case "branch-commits":
item := gui.getSelectedCommit()