Remove unused process require, fixed spacing

This commit is contained in:
Mitchell Huang 2016-11-07 17:11:55 +00:00
parent dba1601560
commit dee50e8d30
1 changed files with 4 additions and 5 deletions

1
app.js
View File

@ -1,7 +1,6 @@
#!/usr/bin/env node
var spawn = require('child_process').spawn;
var process = require('process');
var async = require('async');
var scripts = ['locker/locker.js', 'messagebroker/messagebroker.js',