From 9df0457340b6497ccc2ccce0f99f18bb9274f9e0 Mon Sep 17 00:00:00 2001 From: Adam Magness Date: Thu, 23 Nov 2017 20:59:00 -0500 Subject: [PATCH] whitespace remove whitespace --- src/Object/Contact.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Object/Contact.php b/src/Object/Contact.php index d799a7d892..fff82e600d 100644 --- a/src/Object/Contact.php +++ b/src/Object/Contact.php @@ -501,7 +501,6 @@ class Contact extends BaseObject AND `pending` = 0 LIMIT %d, %d", intval($uid), intval($uid), intval($start), intval($count) ); - return $r; }