From 49dd19b01ccb6da098f5ef14a2995398780791cd Mon Sep 17 00:00:00 2001 From: KOLOSSA Tilman Date: Tue, 16 Aug 2022 13:59:24 +0200 Subject: [PATCH] fixed faulty auto-formatting --- pkg/gui/confirmation_panel.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkg/gui/confirmation_panel.go b/pkg/gui/confirmation_panel.go index b20cbabf..a3779289 100644 --- a/pkg/gui/confirmation_panel.go +++ b/pkg/gui/confirmation_panel.go @@ -147,9 +147,7 @@ func (gui *Gui) setKeyBindings(g *gocui.Gui, handleConfirm, handleClose func(*go } // createSpecificErrorPanel allows you to create an error popup, specifying the -// -// view to be focused when the user closes the popup, and a boolean specifying -// +// view to be focused when the user closes the popup, and a boolean specifying // whether we will log the error. If the message may include a user password, // this function is to be used over the more generic createErrorPanel, with // willLog set to false