Formatting: add semi-colon to CPArrayController.j

This commit is contained in:
daniel
2018-04-04 13:33:53 -07:00
parent 7cda21b60f
commit ef462973c7
+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;