Fix indentation

redux
David Majda 12 years ago
parent f985bd76ed
commit 4fe32cee8c

@ -546,9 +546,9 @@ module.exports = function(ast, options) {
case op.MATCH_STRING_IC: // MATCH_STRING_IC s, a, f, ... case op.MATCH_STRING_IC: // MATCH_STRING_IC s, a, f, ...
compileCondition( compileCondition(
'input.substr(peg$currPos, ' 'input.substr(peg$currPos, '
+ ast.consts[bc[ip + 1]].length + ast.consts[bc[ip + 1]].length
+ ').toLowerCase() === ' + ').toLowerCase() === '
+ c(bc[ip + 1]), + c(bc[ip + 1]),
1 1
); );
break; break;

Loading…
Cancel
Save