Cleanup of Wikidata branch.
[lhc/web/wiklou.git] / includes / content / TextContent.php
index 068b65e..68e6c39 100644 (file)
@@ -57,7 +57,7 @@ abstract class TextContent extends AbstractContent {
                        return false;
                }
 
-               if (  $wgArticleCountMethod === 'any' ) {
+               if ( $wgArticleCountMethod === 'any' ) {
                        return true;
                }