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.