Completed
Push — master ( c014a4...2ac905 )
by Beñat
02:19
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.