mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 23:04:20 +01:00
runtime: virtcontainers: fix govet fieldalignment
Fix structures alignment fixes #2271 Depends-on: github.com/kata-containers/tests#3727 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -229,6 +229,7 @@ func TestHandleLocalStorage(t *testing.T) {
|
||||
func TestHandleDeviceBlockVolume(t *testing.T) {
|
||||
k := kataAgent{}
|
||||
|
||||
// nolint: govet
|
||||
tests := []struct {
|
||||
BlockDeviceDriver string
|
||||
inputMount Mount
|
||||
@@ -991,6 +992,7 @@ func TestKataCleanupSandbox(t *testing.T) {
|
||||
func TestKataAgentKernelParams(t *testing.T) {
|
||||
assert := assert.New(t)
|
||||
|
||||
// nolint: govet
|
||||
type testData struct {
|
||||
debug bool
|
||||
trace bool
|
||||
|
||||
Reference in New Issue
Block a user