Completed
Push — master ( aab733...c74b00 )
by James
02:06
created
code/NewsHolder.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -26,12 +26,12 @@
 block discarded – undo
26 26
     }
27 27
     
28 28
     public function getLumberjackPagesForGridfield($excluded = array())
29
-  	{
30
-  			return NewsArticle::get()->filter(array(
31
-  					'ParentID' => $this->ID,
32
-  					'ClassName' => $excluded,
33
-  			));
34
-  	}
29
+        {
30
+                return NewsArticle::get()->filter(array(
31
+                        'ParentID' => $this->ID,
32
+                        'ClassName' => $excluded,
33
+                ));
34
+        }
35 35
 
36 36
     // Only allows certain children to be created
37 37
     private static $allowed_children = array('NewsArticle');
Please login to merge, or discard this patch.