Minor. Text formatted in commonizer CLI

This commit is contained in:
Dmitriy Dolovov
2020-02-10 13:24:18 +07:00
parent 63b03d29dc
commit f98a4e6715
@@ -16,8 +16,8 @@ internal abstract class Task(private val options: Collection<Option<*>>) : Compa
// Important: the order of entries affects that order of tasks execution // Important: the order of entries affects that order of tasks execution
INFORMATIONAL, INFORMATIONAL,
COMMONIZATION( COMMONIZATION(
prologue = "Kotlin KLIB commonizer: Please wait while processing libraries.", prologue = "\nKotlin KLIB commonizer: Please wait while preparing libraries.",
epilogue = "Kotlin KLIB commonizer: Done.\n", epilogue = "\n",
logEachStep = true logEachStep = true
) )
} }