Passed
Pull Request — master (#258)
by
unknown
04:23
created
inc/customizerColors.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -239,7 +239,7 @@
 block discarded – undo
239 239
 
240 240
     // Return default if no color provided
241 241
     if (empty($color)) {
242
-          return $default;
242
+            return $default;
243 243
     }
244 244
 
245 245
     // Sanitize $color if "#" is provided
Please login to merge, or discard this patch.