mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Fixing gofmt errors
This commit is contained in:
parent
14e6ff1c1f
commit
1681d839fa
2 changed files with 4 additions and 5 deletions
|
|
@ -20,7 +20,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/OpenPeeDeeP/xdg"
|
||||
yaml "github.com/jesseduffield/yaml"
|
||||
"github.com/jesseduffield/yaml"
|
||||
)
|
||||
|
||||
// UserConfig holds all of the user-configurable options
|
||||
|
|
|
|||
|
|
@ -618,4 +618,3 @@ func (gui *Gui) openContainerInBrowser(container *commands.Container) error {
|
|||
link := fmt.Sprintf("http://%s:%d/", ip, port.PublicPort)
|
||||
return gui.OSCommand.OpenLink(link)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue