Skip to content

Commit 0afcbbc

Browse files
committed
fix SA1513
1 parent 45f2424 commit 0afcbbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/KubernetesClient/Kubernetes.ConfigInit.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ public static ServiceClientCredentials CreateCredentials(KubernetesClientConfigu
306306
{
307307
throw new ArgumentNullException(nameof(config));
308308
}
309+
309310
if (config.TokenProvider != null)
310311
{
311312
return new TokenCredentials(config.TokenProvider);

0 commit comments

Comments
 (0)