From 1b226c7556d08d46d2e2d94e2b9b338d8441f3e7 Mon Sep 17 00:00:00 2001 From: Miha Lunar Date: Fri, 6 Nov 2020 19:56:20 +0100 Subject: [PATCH] Fixed coding standard nits --- core/modules/parsers/wikiparser/wikiparser.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/core/modules/parsers/wikiparser/wikiparser.js b/core/modules/parsers/wikiparser/wikiparser.js index 8d1d28aee..9af8ddff0 100644 --- a/core/modules/parsers/wikiparser/wikiparser.js +++ b/core/modules/parsers/wikiparser/wikiparser.js @@ -166,12 +166,16 @@ WikiParser.prototype.findNextMatch = function(rules,startPos) { }; WikiParser.prototype.parseRule = function(rule) { - var start = this.pos; - var blocks = rule.parse(); + var start = this.pos, + blocks = rule.parse(); for(var i=0; i