Trim stray whitespace

This commit is contained in:
Kelly Dwan 2019-11-20 10:55:49 -05:00
parent d2f3fbe73a
commit 75e2ca4f7b
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -162,7 +162,7 @@ function add_pledge_contributors( $pledge_id, $contributors ) {
* or an error code on failure.
*/
do_action( FiveForTheFuture\PREFIX . '_add_pledge_contributors', $pledge_id, $contributors, $results );
return $results;
}