From eca999e41c13ce93f83095a675acb10d4aa6a479 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Tue, 7 Dec 2021 11:07:11 +0100
Subject: [PATCH] Fix indentation

---
 theodolite-benchmarks/hazelcastjet-commons/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/theodolite-benchmarks/hazelcastjet-commons/build.gradle b/theodolite-benchmarks/hazelcastjet-commons/build.gradle
index 4cf96af5f..2283e105d 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
-- 
GitLab