mirror of
https://github.com/moby/moby.git
synced 2026-06-30 19:58:03 +00:00
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:
committed by
Paweł Gronowski
parent
4ab7d90669
commit
354bf75675
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user