mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-23 17:24:18 +01:00
runtime: pkg: fix govet fieldalignment
Fix structures alignment Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -57,6 +57,7 @@ func TestEnsureDir(t *testing.T) {
|
||||
assert.NoError(err)
|
||||
defer os.RemoveAll(tmpdir)
|
||||
|
||||
// nolint: govet
|
||||
testCases := []struct {
|
||||
before func()
|
||||
path string
|
||||
|
||||
Reference in New Issue
Block a user