Passed
Push — v1 ( 6a0f96...71377c )
by Andrew
11:52 queued 05:29
created
src/services/Optimize.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@
 block discarded – undo
208 208
             if (ImageHelper::canManipulateAsImage($asset->getExtension())) {
209 209
                 $transform = new AssetTransform([
210 210
                     'width' => $event->width,
211
-		    'height' => $event->height,
211
+            'height' => $event->height,
212 212
                     'interlace' => 'line',
213 213
                 ]);
214 214
                 /** @var ImageTransform $transformMethod */
Please login to merge, or discard this patch.