mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
Calling init() is implied
This commit is contained in:
parent
cc7d8d3c88
commit
9bedbec407
@ -194,7 +194,7 @@ class QueueViewController: NSViewController, NSOutlineViewDataSource, NSOutlineV
|
||||
selectionIndexesForProposedSelection proposedSelectionIndexes: IndexSet
|
||||
) -> IndexSet {
|
||||
if proposedSelectionIndexes.contains(0) {
|
||||
return IndexSet.init()
|
||||
return IndexSet()
|
||||
} else {
|
||||
return proposedSelectionIndexes
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user