From 168d8a31ea8426500007a08c9234d339ac041f93 Mon Sep 17 00:00:00 2001
From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de>
Date: Sun, 21 Mar 2021 18:59:42 +0100
Subject: [PATCH] fix indent

---
 .../theodolite/k8s/K8sCustomResourceWrapper.kt   | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/theodolite-quarkus/src/main/kotlin/theodolite/k8s/K8sCustomResourceWrapper.kt b/theodolite-quarkus/src/main/kotlin/theodolite/k8s/K8sCustomResourceWrapper.kt
index 8d5ed111a..8b3ac0826 100644
--- a/theodolite-quarkus/src/main/kotlin/theodolite/k8s/K8sCustomResourceWrapper.kt
+++ b/theodolite-quarkus/src/main/kotlin/theodolite/k8s/K8sCustomResourceWrapper.kt
@@ -5,14 +5,14 @@ import io.fabric8.kubernetes.client.NamespacedKubernetesClient
 import io.fabric8.kubernetes.client.dsl.base.CustomResourceDefinitionContext
 
 /**
- * Fabric8 handles custom resources as plain HashMaps. These need to be handled differently than normal
- * Kubernetes resources.  The K8sCustomResourceWrapper class provides a wrapper to deploy and delete
- * custom resources in a uniform way.
- *
- * @property map custom resource as plain hashmap
- * @constructor Create empty K8s custom resource wrapper
- */
-    class K8sCustomResourceWrapper(private val map : Map<String,String>) : CustomResource() {
+* Fabric8 handles custom resources as plain HashMaps. These need to be handled differently than normal
+* Kubernetes resources.  The K8sCustomResourceWrapper class provides a wrapper to deploy and delete
+* custom resources in a uniform way.
+*
+* @property map custom resource as plain hashmap
+* @constructor Create empty K8s custom resource wrapper
+*/
+class K8sCustomResourceWrapper(private val map : Map<String,String>) : CustomResource() {
 
 
     /**
-- 
GitLab