From 615627cc03a959628814a38b3993d71da907c1cb Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Fri, 22 Jan 2021 14:59:31 +0200 Subject: [PATCH] Add missing new line Signed-off-by: Lauri Nevala --- src/common/__tests__/kube-helpers.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/__tests__/kube-helpers.test.ts b/src/common/__tests__/kube-helpers.test.ts index 94a2cae10c..a782772d34 100644 --- a/src/common/__tests__/kube-helpers.test.ts +++ b/src/common/__tests__/kube-helpers.test.ts @@ -98,4 +98,4 @@ describe("validateKubeconfig", () => { }); }); }); -}); \ No newline at end of file +});