From 6cb85e85445924bac7e335c6db8f1cea60c830a5 Mon Sep 17 00:00:00 2001 From: Mauren Berti Date: Mon, 9 Oct 2023 19:28:37 -0400 Subject: [PATCH] fix: remove unnecessary empty space as per lint --- kustomize/commands/edit/add/configmap_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/kustomize/commands/edit/add/configmap_test.go b/kustomize/commands/edit/add/configmap_test.go index 69e74d33a..a77537930 100644 --- a/kustomize/commands/edit/add/configmap_test.go +++ b/kustomize/commands/edit/add/configmap_test.go @@ -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)