Completed
Pull Request — master (#148)
by
unknown
01:46 queued 11s
created
src/SendGrid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     public function sendgrid($params)
18 18
     {
19 19
         if (($this instanceof Mailable || $this instanceof MailMessage) && $this->mailDriver() == "sendgrid") {
20
-            $this->withSwiftMessage(function (Swift_Message $message) use ($params) {
20
+            $this->withSwiftMessage(function(Swift_Message $message) use ($params) {
21 21
                 $message->embed(new \Swift_Image(static::sgEncode($params), SendgridTransport::SMTP_API_NAME));
22 22
             });
23 23
         }
Please login to merge, or discard this patch.