Adding line break
This commit is contained in:
parent
7baad57995
commit
373a25e064
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue