Cleanup: apply RemoveRedundantQualifierNameInspection to idea
This commit is contained in:
@@ -188,7 +188,7 @@ class FirExplorerToolWindow(private val project: Project, private val toolWindow
|
||||
|
||||
override fun getChildren(): Array<SimpleNode> {
|
||||
if (data == null) {
|
||||
return SimpleNode.NO_CHILDREN
|
||||
return NO_CHILDREN
|
||||
} else {
|
||||
val classOfData = data::class
|
||||
|
||||
@@ -246,7 +246,7 @@ class FirExplorerToolWindow(private val project: Project, private val toolWindow
|
||||
}
|
||||
|
||||
override fun getChildren(): Array<SimpleNode> {
|
||||
if (data == null) return SimpleNode.NO_CHILDREN
|
||||
if (data == null) return NO_CHILDREN
|
||||
|
||||
|
||||
return data.mapIndexed { index, any ->
|
||||
|
||||
Reference in New Issue
Block a user