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 2015-10-15 03:45:42 -07:00
parent 46f847b90a
commit 51b06a8186

View file

@ -156,7 +156,7 @@ public class JCenterApi @Inject constructor (@Nullable @Assisted("username") val
errorMessages.add(jo.string("message") ?: "No message found")
})
val end = if (i >= fileCount) "\n" else ""
log(1, " Uploading " + (i++) + " / $fileCount$end " + dots(fileCount, results), false)
log(1, " Uploading " + (i++) + " / $fileCount " + dots(fileCount, results) + end, false)
}
if (errorMessages.isEmpty()) {
return TaskResult()