mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 06:44:23 +01:00
runtime: pkg: fix govet fieldalignment
Fix structures alignment Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -39,6 +39,7 @@ var (
|
||||
jaegerPassword = "jaeger_password1"
|
||||
)
|
||||
|
||||
// nolint: govet
|
||||
type testRuntimeConfig struct {
|
||||
RuntimeConfig oci.RuntimeConfig
|
||||
RuntimeConfigFile string
|
||||
@@ -1574,6 +1575,7 @@ func TestCheckNetNsConfig(t *testing.T) {
|
||||
func TestCheckFactoryConfig(t *testing.T) {
|
||||
assert := assert.New(t)
|
||||
|
||||
// nolint: govet
|
||||
type testData struct {
|
||||
factoryEnabled bool
|
||||
expectError bool
|
||||
|
||||
Reference in New Issue
Block a user