and another strict style fix
authorFranky Van Liedekerke <liedekef@localhost.localdomain>
Fri, 2 Sep 2016 19:07:15 +0000 (21:07 +0200)
committerFranky Van Liedekerke <liedekef@localhost.localdomain>
Fri, 2 Sep 2016 19:07:15 +0000 (21:07 +0200)
CRM/Custom/Import/Parser/Api.php

index 9f2000921da1cb5095a03165bfd3b5e7bd812dd6..975e6929d85cc7d53efa39e91f860fa692fcbd32 100644 (file)
@@ -170,7 +170,7 @@ class CRM_Custom_Import_Parser_Api extends CRM_Custom_Import_Parser {
       $checkCid->external_identifier = $this->_params['external_identifier'];
       $checkCid->find(TRUE);
       $formatted['id'] = $checkCid->id;
-    } 
+    }
     else {
       $formatted['id'] = $this->_params['contact_id'];
     }