Fix block statement code style. (#3493)

This commit is contained in:
Logan Smyth
2016-05-02 18:15:37 -07:00
committed by Henry Zhu
parent bf5de6bcb7
commit 9843c87573
12 changed files with 16 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ if (argSeparator > -1) {
}
getV8Flags(function (err, v8Flags) {
babelArgs.forEach(function(arg){
babelArgs.forEach(function(arg) {
let flag = arg.split("=")[0];
switch (flag) {