diff --git a/theodolite-benchmarks/hazelcastjet-commons/build.gradle b/theodolite-benchmarks/hazelcastjet-commons/build.gradle
index 4cf96af5fa344951345822306826f4a0ddab63cb..2283e105d4b445a54a42a2b30ff4ccf1226aa920 100644
--- a/theodolite-benchmarks/hazelcastjet-commons/build.gradle
+++ b/theodolite-benchmarks/hazelcastjet-commons/build.gradle
@@ -13,12 +13,12 @@ repositories {
 }
 
 dependencies {
-	implementation('org.industrial-devops:titan-ccp-common:0.1.0-SNAPSHOT') { changing = true }
+    implementation('org.industrial-devops:titan-ccp-common:0.1.0-SNAPSHOT') { changing = true }
     implementation('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT') { changing = true }
     implementation 'com.hazelcast.jet:hazelcast-jet:4.5'
     implementation 'com.hazelcast.jet:hazelcast-jet-kafka:4.5'
     implementation 'com.hazelcast:hazelcast-kubernetes:2.2.2'
     implementation 'io.confluent:kafka-avro-serializer:5.3.0'
- 	implementation 'org.slf4j:slf4j-api:1.7.25'
+    implementation 'org.slf4j:slf4j-api:1.7.25'
  	 
 }
\ No newline at end of file