Adding line break

This commit is contained in:
Richard Ramos 2018-06-11 09:02:52 -04:00
parent f467fc5a31
commit 6040509942
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ class Simulator {
this.logger = options.logger;
}
run(options) { let cmds = [];
run(options) {
let cmds = [];
const testrpc = shelljs.which('testrpc');
const ganache = shelljs.which('ganache-cli');