Fix CodeSniffer errors and warnings in includes/specials (2)
[lhc/web/wiklou.git] / includes / specials / SpecialUnusedtemplates.php
index f7e7a31..0c2b870 100644 (file)
@@ -30,7 +30,6 @@
  * @ingroup SpecialPage
  */
 class UnusedtemplatesPage extends QueryPage {
-
        function __construct( $name = 'Unusedtemplates' ) {
                parent::__construct( $name );
        }