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

Formatting.

This commit is contained in:
Cedric Beust 2016-07-24 23:28:31 -08:00 committed by Erik C. Thauvin
parent 996bad980c
commit 60a61f0867

View file

@ -199,7 +199,7 @@ private class Main @Inject constructor(
// --checkVersions
checkVersions.run(allProjects)
} else if (args.download) {
// -- download
// --download
updateKobalt.downloadKobalt()
} else {
//
@ -213,6 +213,7 @@ private class Main @Inject constructor(
// Shutdown all plug-ins
plugins.shutdownPlugins()
// Display timings if requested
if (args.profiling) {
log(1, "\n" + AsciiArt.horizontalSingleLine + " Timings (in seconds)")
runTargetResult.timings.sortedByDescending { it.durationMillis }.forEach {