From 354bf756755c32c33afde1db097782ededa646a3 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 27 Jun 2024 23:15:56 +0200 Subject: [PATCH] libcontainerd: gofumpt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 080a8e1b6bc24adb9eee054628e4e841a95683bc) Signed-off-by: Paweł Gronowski --- libcontainerd/remote/client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/libcontainerd/remote/client.go b/libcontainerd/remote/client.go index 255041c5c9..66a857b674 100644 --- a/libcontainerd/remote/client.go +++ b/libcontainerd/remote/client.go @@ -247,7 +247,6 @@ func (t *task) Start(ctx context.Context) error { ctx, span := otel.Tracer("").Start(ctx, "libcontainerd.remote.task.Start") defer span.End() return wrapError(t.Task.Start(ctx)) - } // Exec creates exec process.