From 37ef22cccc0966c8b474c7336339ba26aae069aa Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Wed, 21 Sep 2016 13:50:32 -0700 Subject: [PATCH] Reformat. --- .../src/main/kotlin/com/beust/kobalt/maven/aether/Aether.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/Aether.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/Aether.kt index daf19480..368eb90d 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/Aether.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/Aether.kt @@ -284,7 +284,8 @@ class AetherDependency(val artifact: Artifact) : IClasspathDependency, Comparabl if (!it.dependency.isOptional) { result.add(AetherDependency(it.artifact)) } else { - kobaltLog(ConsoleRepositoryListener.LOG_LEVEL, "Skipping optional dependency " + deps.root.artifact) + kobaltLog(ConsoleRepositoryListener.LOG_LEVEL, + "Skipping optional dependency " + deps.root.artifact) } } } else {