#287 Fix the linting issue

This commit is contained in:
glendsoza 2022-12-10 18:36:16 +05:30
parent 6bd5a6099b
commit 0859faa0fb

View file

@ -409,7 +409,7 @@ func (gui *Gui) handleContainerAttach(g *gocui.Gui, v *gocui.View) 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 {