mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Formatting.
This commit is contained in:
parent
46f847b90a
commit
51b06a8186
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue