Completed
Pull Request — feature-assets (#586)
by Arnaud
07:17 queued 05:46
created
src/Converter/Parsedown.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
         Util::getFS()->mkdir($this->config->getOutputPath().'/assets');
55 55
 
56 56
         Image::make($this->config->getStaticPath().'/'.$image['element']['attributes']['src'])
57
-            ->resize($resize, null, function ($constraint) {
57
+            ->resize($resize, null, function($constraint) {
58 58
                 $constraint->aspectRatio();
59 59
                 $constraint->upsize();
60 60
             })
Please login to merge, or discard this patch.