INFRA-132 - Remove white space after an opening "(" or before a closing ")"
[civicrm-core.git] / tests / phpunit / CRM / Core / RegionTest.php
index fe869627d449fed2505bb6aeeebebcf19b06428d..31b08724c8ab6e32ecad66b131fe97b03381a57d 100644 (file)
@@ -13,7 +13,7 @@ class CRM_Core_RegionTest extends CiviUnitTestCase {
 
     // Templates injected into regions should normally be file names, but for unit-testing it's handy to use "string:" notation
     require_once 'CRM/Core/Smarty/resources/String.php';
-    civicrm_smarty_register_string_resource( );
+    civicrm_smarty_register_string_resource();
   }
 
   /**