lib/compiler.js: Fix indentation

redux
David Majda 8 years ago
parent a89aa11779
commit 5e702b5901

@ -45,11 +45,11 @@ var compiler = {
options = objects.clone(options);
objects.defaults(options, {
allowedStartRules: [ast.rules[0].name],
cache: false,
trace: false,
optimize: "speed",
output: "parser"
allowedStartRules: [ast.rules[0].name],
cache: false,
trace: false,
optimize: "speed",
output: "parser"
});
for (stage in passes) {

Loading…
Cancel
Save