From 5d5f8db24ca0598f859b568fd76d8ee6fe75d766 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Tue, 9 Aug 2016 02:53:03 -0800 Subject: [PATCH] Formatting. --- .../src/main/kotlin/com/beust/kobalt/internal/GenericRunner.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/GenericRunner.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/GenericRunner.kt index 19a035b4..b5874432 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/GenericRunner.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/GenericRunner.kt @@ -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