mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
Cleanup (typos; formatting)
GitOrigin-RevId: 0f58421a363d63b0b84927ebc4dd762136a58ba8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7ca14dd192
commit
2edd539ecd
@@ -435,10 +435,10 @@ object PluginManagerCore {
|
||||
for (id in set) {
|
||||
val descriptor = idMap[id] ?: continue
|
||||
selectedPlugins.add(descriptor)
|
||||
processAllNonOptionalDependencies(rootDescriptor = descriptor, pluginIdMap = idMap, consumer = { dependency ->
|
||||
processAllNonOptionalDependencies(descriptor, idMap) { dependency ->
|
||||
if (dependency != null) selectedPlugins.add(dependency)
|
||||
FileVisitResult.CONTINUE
|
||||
})
|
||||
}
|
||||
}
|
||||
selectedPlugins
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user