Fix complaints from `make hint`

redux
Arlo Breault 9 years ago
parent f2200e48af
commit 7695e5e3c5

@ -1011,11 +1011,11 @@ function generateJavascript(ast, options) {
' details.seenCR = false;',
' }',
'',
' p++',
' p++;',
' }',
'',
' peg$posDetailsCache[pos] = details;',
' return details',
' return details;',
' }',
' }',
'',

@ -450,11 +450,11 @@ module.exports = (function() {
details.seenCR = false;
}
p++
p++;
}
peg$posDetailsCache[pos] = details;
return details
return details;
}
}

Loading…
Cancel
Save