Merge "Remove unneeded spaces inside html in NoLocalSettings.php"
[lhc/web/wiklou.git] / maintenance / checkLess.php
index f81285f..b97e1b0 100644 (file)
@@ -31,7 +31,8 @@ class CheckLess extends Maintenance {
 
        public function __construct() {
                parent::__construct();
-               $this->mDescription = 'Checks LESS files for errors by running the LessTestSuite PHPUnit test suite';
+               $this->mDescription =
+                       'Checks LESS files for errors by running the LessTestSuite PHPUnit test suite';
        }
 
        public function execute() {