Passed
Push — dependabot/npm_and_yarn/moment... ( 251214 )
by
unknown
13:38
created
app/Factories/MarkdownFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
         $converter = new MarkDownConverter($environment);
105 105
 
106 106
         $html = $converter->convert($markdown)->getContent();
107
-        $html = strtr($html, ["</p>\n<p>" => '<br><br>' ]);
107
+        $html = strtr($html, ["</p>\n<p>" => '<br><br>']);
108 108
 
109 109
         return trim(strip_tags($html, ['a', 'br']));
110 110
     }
Please login to merge, or discard this patch.