From 9079c31637091888c524b6220bff805ff9c38d1b Mon Sep 17 00:00:00 2001 From: Michael Kelly Date: Wed, 8 Jun 2022 09:24:26 -0700 Subject: [PATCH] Fix formatting Signed-off-by: Michael Kelly --- storage/kubernetes/client.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/storage/kubernetes/client.go b/storage/kubernetes/client.go index 15a391a4..57f21e00 100644 --- a/storage/kubernetes/client.go +++ b/storage/kubernetes/client.go @@ -84,7 +84,8 @@ func offlineTokenName(userID string, connID string, h func() hash.Hash) string { } func (cli *client) urlForWithParams( - apiVersion, namespace, resource, name string, params url.Values) string { + apiVersion, namespace, resource, name string, params url.Values, +) string { basePath := "apis/" if apiVersion == "v1" { basePath = "api/"