From 0859faa0fb57dd5037c1544eb17fd12a9f4eeec8 Mon Sep 17 00:00:00 2001 From: glendsoza Date: Sat, 10 Dec 2022 18:36:16 +0530 Subject: [PATCH] #287 Fix the linting issue --- pkg/gui/containers_panel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {