From cc7968d8a8cc3b6008257018642334d5424be8d9 Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Wed, 5 Aug 2015 10:31:05 +0100 Subject: [PATCH] Checkstyle fix - one pesky whitespace --- api/v3/GroupContact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v3/GroupContact.php b/api/v3/GroupContact.php index 98efb573bb..824afc8284 100644 --- a/api/v3/GroupContact.php +++ b/api/v3/GroupContact.php @@ -190,7 +190,7 @@ function _civicrm_api3_group_contact_common($params, $op = 'Added') { $contactIDs = array(); $groupIDs = array(); - // CRM-16959: Handle multiple Contact IDs and Group IDs in legacy format + // CRM-16959: Handle multiple Contact IDs and Group IDs in legacy format // (contact_id.1, contact_id.2) or as an array foreach ($params as $n => $v) { if (substr($n, 0, 10) == 'contact_id') { -- 2.25.1