Passed
Push — master ( 533f19...962f84 )
by Markus
07:09 queued 02:25
created
Components/BlockCountUp/functions.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -385,12 +385,12 @@
 block discarded – undo
385 385
         'type' => 'text',
386 386
         'required' => 1,
387 387
         'default_value' => ','
388
-      ],
389
-      [
388
+        ],
389
+        [
390 390
         'label' => 'Thousands Separator',
391 391
         'name' => 'thousandsSeparator',
392 392
         'type' => 'text',
393 393
         'required' => 1,
394 394
         'default_value' => '.'
395
-      ]
395
+        ]
396 396
 ]);
Please login to merge, or discard this patch.