Просмотр исходного кода

collatz-conjecture: fix build.gradle formatting

Stuart Kent 9 лет назад
Родитель
Сommit
532a235b10
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      exercises/collatz-conjecture/build.gradle

+ 1
- 0
exercises/collatz-conjecture/build.gradle Просмотреть файл

@@ -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'