Parser: Hard deprecate getConverterLanguage
[lhc/web/wiklou.git] / includes / specials / SpecialRandomredirect.php
index 88c81b3..7c36a28 100644 (file)
@@ -28,9 +28,8 @@
  * @ingroup SpecialPage
  */
 class SpecialRandomredirect extends RandomPage {
-       function __construct(){
+       function __construct() {
                parent::__construct( 'Randomredirect' );
                $this->isRedir = true;
        }
-
 }