mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
cleanup
GitOrigin-RevId: f3c12902da966735e732dcc0572569fd34ee79b1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1b7476cd6b
commit
aac4cbb7af
@@ -637,7 +637,7 @@ open class KeymapImpl @JvmOverloads constructor(private var dataHolder: SchemeDa
|
||||
continue
|
||||
}
|
||||
|
||||
result.getOrPut(id) { SmartList<KeyboardShortcut>() }.add(shortcut1)
|
||||
result.getOrPut(id) { SmartList() }.add(shortcut1)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user