diff --git a/pkg/gui/containers_panel.go b/pkg/gui/containers_panel.go index 53b2d14b..7d2c0740 100644 --- a/pkg/gui/containers_panel.go +++ b/pkg/gui/containers_panel.go @@ -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 {