From 18842097ff74019da66c32d1d4a8e914787d3a56 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 28 Jul 2016 23:30:54 -0800 Subject: [PATCH] Formatting. --- src/main/kotlin/com/beust/kobalt/app/ProjectFinder.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/kotlin/com/beust/kobalt/app/ProjectFinder.kt b/src/main/kotlin/com/beust/kobalt/app/ProjectFinder.kt index c20d9e88..3e32cc9a 100644 --- a/src/main/kotlin/com/beust/kobalt/app/ProjectFinder.kt +++ b/src/main/kotlin/com/beust/kobalt/app/ProjectFinder.kt @@ -19,8 +19,7 @@ class ProjectFinder @Inject constructor(val buildFileCompilerFactory: BuildFileC val findProjectResult = buildFileCompilerFactory.create(listOf(buildFile), pluginInfo) .compileBuildFiles(args) if (! findProjectResult.taskResult.success) { - throw KobaltException("Couldn't compile build file: " - + findProjectResult.taskResult.errorMessage) + throw KobaltException("Couldn't compile build file: " + findProjectResult.taskResult.errorMessage) } val allProjects = findProjectResult.projects