diff --git a/theodolite/src/main/kotlin/theodolite/execution/operator/ClusterSetup.kt b/theodolite/src/main/kotlin/theodolite/execution/operator/ClusterSetup.kt
index bd283a75a48ffb9c48a411386342f2be819ab26b..5eb34a759cdee3b269773f9219899d0918be359d 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",