mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 17:22:33 +00:00
s390x: fix gofmt complain
Fix gofmt complain for virtcontainers/qemu_s390x.go Fixes: #1553 Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
This commit is contained in:
parent
5d875be274
commit
a013f9b27b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user