mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +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) {
|
||||
var (
|
||||
healthCheck *manifest.Schema2HealthConfig
|
||||
err error
|
||||
cidFile *os.File
|
||||
err error
|
||||
cidFile *os.File
|
||||
)
|
||||
if c.Bool("trace") {
|
||||
span, _ := opentracing.StartSpanFromContext(ctx, "createContainer")
|
||||
|
Reference in New Issue
Block a user