From ae64a419bb450772a20a555a83a2c5cffd45044b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Mon, 4 Apr 2022 08:50:58 +0200
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 .../main/kotlin/theodolite/execution/operator/ClusterSetup.kt   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theodolite/src/main/kotlin/theodolite/execution/operator/ClusterSetup.kt b/theodolite/src/main/kotlin/theodolite/execution/operator/ClusterSetup.kt
index bd283a75a..5eb34a759 100644
--- a/theodolite/src/main/kotlin/theodolite/execution/operator/ClusterSetup.kt
+++ b/theodolite/src/main/kotlin/theodolite/execution/operator/ClusterSetup.kt
@@ -78,7 +78,7 @@ class ClusterSetup(
             labelName = "app.kubernetes.io/created-by",
             labelValue = "theodolite"
         )
-        try{
+        try {
             resourceRemover.removeCR(
                 labelName = "app.kubernetes.io/created-by",
                 labelValue = "theodolite",
-- 
GitLab