From 4c18ca0352813b89015a12dd2b123f0ae5278c7f Mon Sep 17 00:00:00 2001 From: Sergio Sisternes Date: Tue, 25 Jul 2017 17:04:57 +0200 Subject: [PATCH] Prooper comment indentation --- tests/KubernetesClientConfigurationTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/KubernetesClientConfigurationTests.cs b/tests/KubernetesClientConfigurationTests.cs index 4ceb796..1fbd54f 100755 --- a/tests/KubernetesClientConfigurationTests.cs +++ b/tests/KubernetesClientConfigurationTests.cs @@ -48,7 +48,7 @@ namespace k8s.Tests /// private static readonly string kubeConfigTlsNoSkipError = "assets/kubeconfig.tls-no-skip-error.yml"; - /// + /// /// Sample configuration file with incorrect TLS configuration in cluster section /// private static readonly string kubeConfigTlsSkip = "assets/kubeconfig.tls-skip.yml";