(NFC) Update CRM/Core CRM/Custom CRM/Dedupe to match the new coder style
[civicrm-core.git] / CRM / Core / Smarty / plugins / prefilter.resetExtScope.php
index 88bb6382c050aa89a30a64a8fd701f35b16f2206..c9c35ec46683e71b9c61c4ae42d149b4bdace97e 100644 (file)
@@ -8,8 +8,7 @@
  * @return string
  */
 function smarty_prefilter_resetExtScope($tpl_source, &$smarty) {
-  return
-    '{crmScope extensionKey=""}'
+  return '{crmScope extensionKey=""}'
     . $tpl_source
     . '{/crmScope}';
 }