add missing semicol
This commit is contained in:
parent
25e95c1002
commit
bc57ca62e3
|
@ -57,7 +57,7 @@ Test.prototype.getAccounts = function(cb) {
|
|||
}
|
||||
cb(accounts);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Test.prototype.deployAll = function(contractsConfig, cb) {
|
||||
var self = this;
|
||||
|
|
Loading…
Reference in New Issue