mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
fixed faulty auto-formatting
This commit is contained in:
parent
e93cadf1d6
commit
49dd19b01c
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue