From 4789e57032da9de9e8b46611052fc4b8406d38ef Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 26 Oct 2020 09:37:24 +0100 Subject: [PATCH] Removed empty line. --- CRM/Mailing/Form/Component.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Mailing/Form/Component.php b/CRM/Mailing/Form/Component.php index 6044fd565888..ceb8795eeb98 100644 --- a/CRM/Mailing/Form/Component.php +++ b/CRM/Mailing/Form/Component.php @@ -123,7 +123,6 @@ public function postProcess() { CRM_Core_Session::setStatus(ts('The mailing component \'%1\' has been saved.', [ 1 => $component->name, ]), ts('Saved'), 'success'); - } /**