INFRA-132 - Remove white space after an opening "(" or before a closing ")"
[civicrm-core.git] / CRM / Contribute / BAO / Contribution / Utils.php
index c4f75a232d27abc11f2b641ef3f38b452c671172..fe7119b8e1097517e5dfd672c25abb7b8618f8dc 100644 (file)
@@ -526,7 +526,7 @@ INNER JOIN   civicrm_contact contact ON ( contact.id = contrib.contact_id )
       $transaction['trxn_id'] = md5(uniqid(rand(), TRUE));
     }
 
-    if (!isset( $transaction['financial_type_id'])) {
+    if (!isset($transaction['financial_type_id'])) {
       $contributionTypes = array_keys(CRM_Contribute_PseudoConstant::financialType());
       $transaction['financial_type_id'] = $contributionTypes[0];
     }