From 0eb8bb5f6683851cbd7ee2485238101827ac3eac Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 25 Apr 2024 08:38:49 -0700 Subject: [PATCH] Format sources with gofumpt v0.6 Signed-off-by: Kir Kolyshkin --- libcontainer/init_linux.go | 1 - 1 file changed, 1 deletion(-) diff --git a/libcontainer/init_linux.go b/libcontainer/init_linux.go index 591981e98..bd89b253d 100644 --- a/libcontainer/init_linux.go +++ b/libcontainer/init_linux.go @@ -399,7 +399,6 @@ func setupConsole(socket *os.File, config *initConfig, mount bool) error { Height: config.ConsoleHeight, Width: config.ConsoleWidth, }) - if err != nil { return err }