mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
#287 Fix the linting issue
This commit is contained in:
parent
6bd5a6099b
commit
0859faa0fb
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ func (gui *Gui) handleContainerAttach(g *gocui.Gui, v *gocui.View) error {
|
||||||
return gui.createErrorPanel(err.Error())
|
return gui.createErrorPanel(err.Error())
|
||||||
}
|
}
|
||||||
|
|
||||||
return gui.runSubprocessWithMessage (c, "By default, to detach from the container press ctrl-p then ctrl-q")
|
return gui.runSubprocessWithMessage(c, "By default, to detach from the container press ctrl-p then ctrl-q")
|
||||||
}
|
}
|
||||||
|
|
||||||
func (gui *Gui) handlePruneContainers() error {
|
func (gui *Gui) handlePruneContainers() error {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue