1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Formatting.

This commit is contained in:
Cedric Beust 2016-02-27 09:52:29 -08:00
parent 015343e045
commit 82f5236d0c

View file

@ -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
}
}