mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
appease gofmt
This commit is contained in:
parent
6c6ba0fa9b
commit
f2da6dca3b
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ func (gui *Gui) focusPointInView(view *gocui.View) error {
|
|||
"images": {selectedLine: gui.State.Panels.Images.SelectedLine, lineCount: len(gui.DockerCommand.Images)},
|
||||
"volumes": {selectedLine: gui.State.Panels.Volumes.SelectedLine, lineCount: len(gui.DockerCommand.Volumes)},
|
||||
"services": {selectedLine: gui.State.Panels.Services.SelectedLine, lineCount: len(gui.DockerCommand.Services)},
|
||||
"menu": listViewState{selectedLine: gui.State.Panels.Menu.SelectedLine, lineCount: gui.State.MenuItemCount},
|
||||
"menu": {selectedLine: gui.State.Panels.Menu.SelectedLine, lineCount: gui.State.MenuItemCount},
|
||||
}
|
||||
|
||||
if state, ok := listViews[view.Name()]; ok {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue