mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Unnecessary return.
This commit is contained in:
parent
6b13f3a825
commit
de10969826
1 changed files with 0 additions and 1 deletions
|
@ -234,7 +234,6 @@ class TaskManager @Inject constructor(val args: Args,
|
|||
}
|
||||
|
||||
newToProcess.addAll(dependsOn[toName(current)].flatMap { nodeMap[it] })
|
||||
return@forEach Unit
|
||||
}
|
||||
toProcess.clear()
|
||||
toProcess.addAll(newToProcess)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue