Formatting: add semi-colon to CPArray+KVO.j

This commit is contained in:
daniel
2018-04-07 14:10:03 -07:00
parent 90d04956e6
commit f4400876da
+1 -1
View File
@@ -393,7 +393,7 @@
while (index !== CPNotFound)
{
_remove(_proxyObject, _removeSEL, index)
_remove(_proxyObject, _removeSEL, index);
index = [theIndexes indexLessThanIndex:index];
}
}