Skip to content

Commit 2353af7

Browse files
author
epriestley
committedApr 16, 2012
Fix missing whitespace in rP23f25edd97f052ff4c1c5d8c4be962b4da149bca
Summary: See rP23f25edd97f052ff4c1c5d8c4be962b4da149bca. Test Plan: RAN LINT AND UNIT TESTS. VERIFIED THERE ARE NO SYNTAX ERRORS. Reviewers: vrana Reviewed By: vrana CC: aran Differential Revision: https://secure.phabricator.com/D2240
1 parent 23f25ed commit 2353af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/applications/metamta/replyhandler/base/PhabricatorMailReplyHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ final public function multiplexMail(
117117
$groups[$private][] = $recipient;
118118
}
119119
} else {
120-
$groups[''] =$recipients;
120+
$groups[''] = $recipients;
121121
}
122122

123123
// When multiplexing mail, explicitly include To/Cc information in the

0 commit comments

Comments
 (0)
Failed to load comments.