Merge pull request #1554 from alicefr/fix-gofmt

s390x: fix gofmt complain
This commit is contained in:
Jose Carlos Venegas Munoz 2019-04-17 11:05:16 -05:00 committed by GitHub
commit 57b1ce9328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,10 @@ package virtcontainers
import (
"fmt"
"time"
govmmQemu "github.com/intel/govmm/qemu"
"github.com/kata-containers/runtime/virtcontainers/device/config"
"github.com/kata-containers/runtime/virtcontainers/types"
"time"
)
type qemuS390x struct {