Completed
Push — master ( 65e059...2b82a4 )
by Oscar
02:57
created
src/Middleware/ImageTransformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
                 return $response;
149 149
 
150 150
             case 'html':
151
-                $generator = function ($path, $transform) {
151
+                $generator = function($path, $transform) {
152 152
                     $info = pathinfo($path);
153 153
 
154 154
                     if (!isset($this->sizes[$transform])) {
Please login to merge, or discard this patch.