From fbc130fdfd13ac464710f39168b07cbbe7365eef Mon Sep 17 00:00:00 2001 From: Panu Horsmalahti Date: Thu, 21 Oct 2021 10:54:31 +0300 Subject: [PATCH] Style fix Signed-off-by: Panu Horsmalahti --- src/common/k8s-api/kube-api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/k8s-api/kube-api.ts b/src/common/k8s-api/kube-api.ts index 723cfa9bba..f29decdf26 100644 --- a/src/common/k8s-api/kube-api.ts +++ b/src/common/k8s-api/kube-api.ts @@ -507,7 +507,7 @@ export class KubeApi { }); const watchUrl = this.getWatchUrl(namespace); - const responsePromise = this.request.getResponse(watchUrl, null,{ signal, timeout: 600_000 }); + const responsePromise = this.request.getResponse(watchUrl, null, { signal, timeout: 600_000 }); logger.info(`[KUBE-API] watch (${watchId}) ${retry === true ? "retried" : "started"} ${watchUrl}`);