From ad851b1f3eb9484ef87d9747ac5c6e638799541e Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Thu, 10 Aug 2017 21:37:58 +0100 Subject: [PATCH] Remove blank lines --- api/v3/Case.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/v3/Case.php b/api/v3/Case.php index b2a2bd9fc0..bc263b0944 100644 --- a/api/v3/Case.php +++ b/api/v3/Case.php @@ -91,8 +91,6 @@ function civicrm_api3_case_create($params) { if (!empty($params['contact_id'])) { $origContactIds = CRM_Case_BAO_Case::retrieveContactIdsByCaseId($params['id']); $origContactId = CRM_Utils_Array::first($origContactIds); - - } // FIXME: Refactor as separate method to get contactId -- 2.25.1