Format sources with gofumpt v0.6

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2024-04-25 08:38:49 -07:00
parent 6bcc736122
commit 0eb8bb5f66
-1
View File
@@ -399,7 +399,6 @@ func setupConsole(socket *os.File, config *initConfig, mount bool) error {
Height: config.ConsoleHeight, Height: config.ConsoleHeight,
Width: config.ConsoleWidth, Width: config.ConsoleWidth,
}) })
if err != nil { if err != nil {
return err return err
} }