Merge pull request #4988 from lcdservices/CRM-15849
[civicrm-core.git] / CRM / Contact / BAO / SavedSearch.php
index fe1f399a78e0b01438775f0d5ce8d5b0fe13a631..a42b1fe4740b33372d527355c46433b7da62ce59 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -307,4 +307,5 @@ LEFT JOIN civicrm_email ON (contact_a.id = civicrm_email.contact_id AND civicrm_
 
     return $savedSearch;
   }
+
 }