Merge pull request #2624 from bedalton/formatting-add-semi-colon-cparraycontroller

Formatting: add semi-colon CPArrayController
This commit is contained in:
cacaodev
2018-04-07 06:53:38 +02:00
committed by GitHub
+1 -1
View File
@@ -563,7 +563,7 @@
*/
- (BOOL)setSelectionIndexes:(CPIndexSet)indexes
{
[self _selectionWillChange]
[self _selectionWillChange];
var r = [self __setSelectionIndexes:indexes avoidEmpty:NO];
[self _selectionDidChange];
return r;