Fix spotless
diff --git a/eth2-reference-tests/build.gradle b/eth2-reference-tests/build.gradle
index 69da807..ce41a76 100644
--- a/eth2-reference-tests/build.gradle
+++ b/eth2-reference-tests/build.gradle
@@ -14,12 +14,12 @@
 
 dependencies {
 
-    testCompile project(':junit')
-    testCompile 'com.fasterxml.jackson.core:jackson-databind'
-    testCompile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
-    testCompile 'org.bouncycastle:bcprov-jdk15on'
-    testCompile 'org.junit.jupiter:junit-jupiter-api'
-    testCompile 'org.junit.jupiter:junit-jupiter-params'
+  testCompile project(':junit')
+  testCompile 'com.fasterxml.jackson.core:jackson-databind'
+  testCompile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
+  testCompile 'org.bouncycastle:bcprov-jdk15on'
+  testCompile 'org.junit.jupiter:junit-jupiter-api'
+  testCompile 'org.junit.jupiter:junit-jupiter-params'
 
-    testRuntime 'org.junit.jupiter:junit-jupiter-engine'
+  testRuntime 'org.junit.jupiter:junit-jupiter-engine'
 }