mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -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.
|
||||
*/
|
||||
fun sortProjects(allProjects: ArrayList<Project>) : List<Project>
|
||||
= topological.sort(allProjects)
|
||||
fun sortProjects(allProjects: ArrayList<Project>) = topological.sort(allProjects)
|
||||
|
||||
fun findPlugin(name: String) = Plugins.findPlugin(name)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue