INFRA-132 - Remove white space after an opening "(" or before a closing ")"
[civicrm-core.git] / CRM / Contact / Form / Search / Custom / Group.php
index b3c2c46ca884e3264d7835a0750af49ea2c23213..131c338a2faedb74fede4d3dd0ba381a3a7ecec6 100644 (file)
@@ -161,7 +161,7 @@ class CRM_Contact_Form_Search_Custom_Group
    * @return array
    */
   public function setDefaultValues() {
-    $defaults = array( 'andOr' => '1' );
+    $defaults = array('andOr' => '1');
 
     if (!empty($this->_formValues)) {
       $defaults['andOr'] = CRM_Utils_Array::value('andOr', $this->_formValues, '1');