Completed
Pull Request — master (#178)
by
unknown
02:54
created
src/CssToInlineStyles.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      */
34 34
     public function convert($html, $css = null)
35 35
     {
36
-        if(!empty(trim($html)))
36
+        if (!empty(trim($html)))
37 37
         {
38 38
             $document = $this->createDomDocumentFromHtml($html);
39 39
             $processor = new Processor();
Please login to merge, or discard this patch.