Explorar el Código

collatz-conjecture: fix build.gradle formatting

Stuart Kent hace 9 años
padre
commit
532a235b10
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      exercises/collatz-conjecture/build.gradle

+ 1
- 0
exercises/collatz-conjecture/build.gradle Ver fichero

@@ -9,6 +9,7 @@ repositories {
9 9
 dependencies {
10 10
     testCompile "junit:junit:4.12"
11 11
 }
12
+
12 13
 test {
13 14
     testLogging {
14 15
         exceptionFormat = 'full'