whitespace

remove whitespace
This commit is contained in:
Adam Magness 2017-11-23 20:59:00 -05:00
parent 130e02ddef
commit 9df0457340
1 changed files with 0 additions and 1 deletions

View File

@ -501,7 +501,6 @@ class Contact extends BaseObject
AND `pending` = 0
LIMIT %d, %d", intval($uid), intval($uid), intval($start), intval($count)
);
return $r;
}