mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Formatting.
This commit is contained in:
parent
5b83dc4b88
commit
e792680dd5
1 changed files with 1 additions and 2 deletions
|
@ -94,8 +94,7 @@ public class Kobalt {
|
||||||
/**
|
/**
|
||||||
* @return the projects sorted topologically.
|
* @return the projects sorted topologically.
|
||||||
*/
|
*/
|
||||||
fun sortProjects(allProjects: ArrayList<Project>) : List<Project>
|
fun sortProjects(allProjects: ArrayList<Project>) = topological.sort(allProjects)
|
||||||
= topological.sort(allProjects)
|
|
||||||
|
|
||||||
fun findPlugin(name: String) = Plugins.findPlugin(name)
|
fun findPlugin(name: String) = Plugins.findPlugin(name)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue