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 +});