mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Cleanup: remove redundant return
Review: IJ-CR-22760 GitOrigin-RevId: ceb0837dbefcff0b7fadc44c502930190e3ce559
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0aeee8ba1c
commit
5f631ba855
-1
@@ -57,7 +57,6 @@ class UnsupportedAbiVersionNotificationPanelProvider : EditorNotificationProvide
|
||||
val jsLibJar = LibraryJarDescriptor.JS_STDLIB_JAR.findExistingJar(library)?.let { VfsUtil.getLocalFile(it) }
|
||||
if (badRootFiles.contains(runtimeJar) || badRootFiles.contains(jsLibJar)) {
|
||||
list.add(library)
|
||||
return@forEachAllUsedLibraries true
|
||||
}
|
||||
return@forEachAllUsedLibraries true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user