mirror of
https://github.com/containers/podman.git
synced 2025-06-21 01:19:15 +08:00
Fix gofmt
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
@ -43,8 +43,8 @@ func getContext() context.Context {
|
|||||||
func CreateContainer(ctx context.Context, c *cliconfig.PodmanCommand, runtime *libpod.Runtime) (*libpod.Container, *cc.CreateConfig, error) {
|
func CreateContainer(ctx context.Context, c *cliconfig.PodmanCommand, runtime *libpod.Runtime) (*libpod.Container, *cc.CreateConfig, error) {
|
||||||
var (
|
var (
|
||||||
healthCheck *manifest.Schema2HealthConfig
|
healthCheck *manifest.Schema2HealthConfig
|
||||||
err error
|
err error
|
||||||
cidFile *os.File
|
cidFile *os.File
|
||||||
)
|
)
|
||||||
if c.Bool("trace") {
|
if c.Bool("trace") {
|
||||||
span, _ := opentracing.StartSpanFromContext(ctx, "createContainer")
|
span, _ := opentracing.StartSpanFromContext(ctx, "createContainer")
|
||||||
|
Reference in New Issue
Block a user