Cleanup: apply RemoveRedundantQualifierNameInspection to idea
This commit is contained in:
@@ -37,7 +37,7 @@ class CommandHistory {
|
||||
listeners.forEach { it.onNewEntry(entry) }
|
||||
}
|
||||
|
||||
fun lastUnprocessedEntry(): CommandHistory.Entry? {
|
||||
fun lastUnprocessedEntry(): Entry? {
|
||||
return if (processedEntriesCount < size) {
|
||||
get(processedEntriesCount)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user