libcontainerd: gofumpt

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 080a8e1b6b)
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Sebastiaan van Stijn
2024-06-27 23:15:56 +02:00
committed by Paweł Gronowski
parent 4ab7d90669
commit 354bf75675

View File

@@ -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.