summaryrefslogtreecommitdiffstats
path: root/tasks/parser.js
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/parser.js')
-rw-r--r--tasks/parser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/parser.js b/tasks/parser.js
index 47533ce..7ff7258 100644
--- a/tasks/parser.js
+++ b/tasks/parser.js
@@ -6,7 +6,7 @@ module.exports = function(grunt) {
var cmd = './node_modules/.bin/jison';
- if(process.platform === 'win32'){
+ if (process.platform === 'win32') {
cmd = 'node_modules\\.bin\\jison.cmd';
}