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

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
 dependencies {
9
 dependencies {
10
     testCompile "junit:junit:4.12"
10
     testCompile "junit:junit:4.12"
11
 }
11
 }
12
+
12
 test {
13
 test {
13
     testLogging {
14
     testLogging {
14
         exceptionFormat = 'full'
15
         exceptionFormat = 'full'