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

Not needed.

This commit is contained in:
Cedric Beust 2017-02-09 15:49:06 -08:00
parent 74df3c6870
commit 4d04cddc6e

View file

@ -38,7 +38,7 @@ class ConsoleTransferListener @JvmOverloads constructor(out: PrintStream? = null
for (entry in downloads.entries) {
val total = entry.key.contentLength
val complete = entry.value.toLong()
val complete = entry.value
buffer.append(getStatus(complete, total)).append(" ")
}