Completed
Push — master ( a7fe06...3639e0 )
by Gordon
20:24 queued 12:07
created
code/SlidePage.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
     public static $allowed_children = 'none';
17 17
 
18 18
     private static $defaults = array(
19
-       'ShowInMenus' => false,
20
-       'ShowInSearch' => false,
19
+        'ShowInMenus' => false,
20
+        'ShowInSearch' => false,
21 21
     );
22 22
 
23 23
     public function getThumbnail2()
Please login to merge, or discard this patch.