From f4400876da5dff3fe3d1ed79c86156d9544cdd90 Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 7 Apr 2018 14:10:03 -0700 Subject: [PATCH] Formatting: add semi-colon to CPArray+KVO.j --- Foundation/CPArray+KVO.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/CPArray+KVO.j b/Foundation/CPArray+KVO.j index 33fc4791f..b4a87bc7f 100644 --- a/Foundation/CPArray+KVO.j +++ b/Foundation/CPArray+KVO.j @@ -393,7 +393,7 @@ while (index !== CPNotFound) { - _remove(_proxyObject, _removeSEL, index) + _remove(_proxyObject, _removeSEL, index); index = [theIndexes indexLessThanIndex:index]; } }