1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00

Formatting.

This commit is contained in:
Cedric Beust 2016-08-09 02:53:03 -08:00
parent 8805e1c130
commit 5d5f8db24c

View file

@ -164,7 +164,8 @@ abstract class GenericTestRunner: ITestRunnerContributor {
}
if (result.any()) {
context.logger.log(project.name, 2, "Final JVM test flags after running the contributors and interceptors: $result")
context.logger.log(project.name, 2,
"Final JVM test flags after running the contributors and interceptors: $result")
}
return result