From 7bf9f91e61c81f25092085581e65896fde6bfb1e Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Fri, 28 Aug 2015 00:39:51 +0000 Subject: [PATCH] Fix indention of function --- CRM/Export/BAO/Export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Export/BAO/Export.php b/CRM/Export/BAO/Export.php index 7d67bc8c46..9efdfd07c5 100644 --- a/CRM/Export/BAO/Export.php +++ b/CRM/Export/BAO/Export.php @@ -126,7 +126,7 @@ class CRM_Export_BAO_Export { * * return string component */ - public static function exportComponent($exportMode) { + public static function exportComponent($exportMode) { switch ($exportMode) { case CRM_Export_Form_Select::CONTRIBUTE_EXPORT: $component = 'civicrm_contribution'; -- 2.25.1