From 5e702b5901abe559b5d52713c3794a77e83c331a Mon Sep 17 00:00:00 2001 From: David Majda Date: Thu, 28 Apr 2016 10:10:48 +0200 Subject: [PATCH] lib/compiler.js: Fix indentation --- lib/compiler.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/compiler.js b/lib/compiler.js index 244755b..d8cc233 100644 --- a/lib/compiler.js +++ b/lib/compiler.js @@ -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) {