Fomafix has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/346706 )

Change subject: Fix whitespaces
......................................................................

Fix whitespaces

Change-Id: I498ddcdb2111f38de94974f5a9573860c1b80e43
---
M TocTree.hooks.php
M package.json
2 files changed, 15 insertions(+), 15 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TocTree 
refs/changes/06/346706/1

diff --git a/TocTree.hooks.php b/TocTree.hooks.php
index cd477ca..c166063 100644
--- a/TocTree.hooks.php
+++ b/TocTree.hooks.php
@@ -10,7 +10,7 @@
         * @param OutputPage $out
         * @return bool
         */
-       public static function wfTocTreeParserOutput( OutputPage &$out )  {
+       public static function wfTocTreeParserOutput( OutputPage &$out ) {
                $out->addModules( 'ext.toctree' );
 
                return true;
diff --git a/package.json b/package.json
index a8b533c..e1acae1 100644
--- a/package.json
+++ b/package.json
@@ -1,16 +1,16 @@
 {
-  "name": "toctree",
-  "version": "0.0.0",
-  "private": true,
-  "description": "Build tools for the TocTree extension.",
-  "scripts": {
-    "test": "grunt test"
-  },
-  "devDependencies": {
-    "grunt": "0.4.5",
-    "grunt-cli": "0.1.13",
-    "grunt-banana-checker": "0.4.0",
-    "grunt-contrib-jshint": "0.11.3",
-    "grunt-jsonlint": "1.0.7"
-  }
+       "name": "toctree",
+       "version": "0.0.0",
+       "private": true,
+       "description": "Build tools for the TocTree extension.",
+       "scripts": {
+               "test": "grunt test"
+       },
+       "devDependencies": {
+               "grunt": "0.4.5",
+               "grunt-cli": "0.1.13",
+               "grunt-banana-checker": "0.4.0",
+               "grunt-contrib-jshint": "0.11.3",
+               "grunt-jsonlint": "1.0.7"
+       }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/346706
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I498ddcdb2111f38de94974f5a9573860c1b80e43
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TocTree
Gerrit-Branch: master
Gerrit-Owner: Fomafix <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to