Completed
Push — master ( 66392c...11f7b7 )
by
unknown
04:03 queued 01:40
created
src/themes/WordpressStandard/Configuration/ImageSizes.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,6 +25,6 @@
 block discarded – undo
25 25
      */
26 26
     public function __construct()
27 27
     {
28
-         add_image_size('example_size', 0, 220);
28
+            add_image_size('example_size', 0, 220);
29 29
     }
30 30
 }
Please login to merge, or discard this patch.