mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Reformat.
This commit is contained in:
parent
e760439373
commit
b1fa423d2a
1 changed files with 1 additions and 2 deletions
|
@ -45,8 +45,7 @@ class DependencyData @Inject constructor(val executors: KobaltExecutors, val dep
|
|||
as List<ProjectDescription>)
|
||||
val dependentProjects = pd.filter { it.project.name == project.name }.flatMap {
|
||||
it.dependsOn.map {
|
||||
it
|
||||
.name
|
||||
it.name
|
||||
}
|
||||
}
|
||||
projectDatas.add(ProjectData(project.name, project.directory, dependentProjects,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue