fix: remove unnecessary empty space as per lint

This commit is contained in:
Mauren Berti
2023-10-09 19:28:37 -04:00
parent 6ef9773c02
commit 6cb85e8544

View File

@@ -306,7 +306,6 @@ func TestEditAddConfigMapWithFileSource(t *testing.T) {
for _, tc := range testCases {
t.Run(tc.name, func(t *testing.T) {
fSys := filesys.MakeEmptyDirInMemory()
testutils_test.WriteTestKustomization(fSys)