(NFC) Update CRM/Member CRM/Note CRM/Logging CRM/Import and CRM/Price folders to...
[civicrm-core.git] / CRM / Import / Form / Preview.php
index 4e9dcf71ce414dc94c818a20c7f674ab0fc1f584..88810af0ba994f64f13e059e4adafdf82b3524c5 100644 (file)
@@ -38,6 +38,7 @@
  * those classes can be removed entirely and this class will not need to be abstract
  */
 abstract class CRM_Import_Form_Preview extends CRM_Core_Form {
+
   /**
    * Return a descriptive name for the page, used in wizard header.
    *
@@ -66,8 +67,7 @@ abstract class CRM_Import_Form_Preview extends CRM_Core_Form {
           'type' => 'cancel',
           'name' => ts('Cancel'),
         ],
-      ]
-    );
+    ]);
   }
 
   /**