Completed
Push — master ( e7be90...78b797 )
by Shingo
12s
created
src/SendGrid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     public function sendgrid($params)
15 15
     {
16 16
         if ($this instanceof Mailable && config('mail.driver') == "sendgrid") {
17
-            $this->withSwiftMessage(function (Swift_Message $message) use ($params) {
17
+            $this->withSwiftMessage(function(Swift_Message $message) use ($params) {
18 18
                 $message->embed(\Swift_Image::newInstance($params, 'sendgrid/x-smtpapi'));
19 19
             });
20 20
         }
Please login to merge, or discard this patch.