Skip to content

Commit

Permalink
libcontainerd: gofumpt
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 080a8e1)
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
  • Loading branch information
thaJeztah authored and vvoland committed Aug 14, 2024
1 parent 4ab7d90 commit 354bf75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libcontainerd/remote/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 354bf75

Please sign in to comment.