Misc style fix
authoreileen <emcnaughton@wikimedia.org>
Wed, 9 Sep 2020 21:31:53 +0000 (09:31 +1200)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:21 +0000 (19:13 -0700)
ext/afform/core/CRM/Afform/Page/AfformBase.php

index ce191dd6fba1c1e2484e25803996b94700c12bca..3a64be2f6fab93f6bbf0c40e1e5ea22ccb21572f 100644 (file)
@@ -24,7 +24,6 @@ class CRM_Afform_Page_AfformBase extends CRM_Core_Page {
     ]);
     $loader->load();
 
-
     if (!empty($afform['title'])) {
       $title = strip_tags($afform['title']);
       CRM_Utils_System::setTitle($title);