From 82f5236d0c4d11b8e2d578581bfffaf12cdf7d1e Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 27 Feb 2016 09:52:29 -0800 Subject: [PATCH] Formatting. --- .../src/main/kotlin/com/beust/kobalt/maven/RepoFinder.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/RepoFinder.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/RepoFinder.kt index ec7f7add..43a87569 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/RepoFinder.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/RepoFinder.kt @@ -44,8 +44,8 @@ class RepoFinder @Inject constructor(val executors: KobaltExecutors) { val result = localPath.substring(0, ind) + "SNAPSHOT" + localPath.substring(lastDot) result - } else { - localPath + } else { + localPath } }