From e792680dd5b2032f8db1204910ce37303a134d5f Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Tue, 20 Oct 2015 03:56:20 -0700 Subject: [PATCH] Formatting. --- src/main/kotlin/com/beust/kobalt/api/Kobalt.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/kotlin/com/beust/kobalt/api/Kobalt.kt b/src/main/kotlin/com/beust/kobalt/api/Kobalt.kt index 9b138b2e..799bfa1e 100644 --- a/src/main/kotlin/com/beust/kobalt/api/Kobalt.kt +++ b/src/main/kotlin/com/beust/kobalt/api/Kobalt.kt @@ -94,8 +94,7 @@ public class Kobalt { /** * @return the projects sorted topologically. */ - fun sortProjects(allProjects: ArrayList) : List - = topological.sort(allProjects) + fun sortProjects(allProjects: ArrayList) = topological.sort(allProjects) fun findPlugin(name: String) = Plugins.findPlugin(name) }