enforce consistent object brace spacing (#1376)

This commit is contained in:
Kevin Barabash
2018-05-28 23:31:44 +02:00
committed by GitHub
parent acccce801d
commit e1614995e3
12 changed files with 29 additions and 29 deletions

View File

@@ -132,7 +132,7 @@ function cmd() {
const args = Array.prototype.slice.call(arguments);
const cmd = args.shift();
return childProcess.execFileSync(
cmd, args, { encoding: "utf-8" }).replace(/\n$/, "");
cmd, args, {encoding: "utf-8"}).replace(/\n$/, "");
}
function guessDockerIPs() {