added empty line before closing brace for the class
authorsunil <esunil.pawar@gmail.com>
Sat, 28 Mar 2015 06:46:42 +0000 (12:16 +0530)
committersunil <esunil.pawar@gmail.com>
Sat, 28 Mar 2015 06:46:42 +0000 (12:16 +0530)
CRM/Utils/Array.php

index fa2bb05654e4ddde417a8ffb20d4939671482c40..927b9670b8cbe62b5fdb184c035ec0dabcf21f2e 100644 (file)
@@ -861,4 +861,5 @@ class CRM_Utils_Array {
     }
     return $arrayDiff;
   }
+
 }