Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed May 11, 2018
1 parent e42372c commit 09cee13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Executor/MailExecutor.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected function send($dsl, $context)
if (is_callable(array('Swift_Message', 'newInstance'))) {
$message = Swift_Message::newInstance();
} else {
$message = new Swift_Message();
$message = new Swift_Message();
}

if (isset($dsl['from'])) {
Expand Down

0 comments on commit 09cee13

Please sign in to comment.