mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 09:46:37 +00:00
add missing semicol
This commit is contained in:
parent
25e95c1002
commit
bc57ca62e3
@ -57,7 +57,7 @@ Test.prototype.getAccounts = function(cb) {
|
|||||||
}
|
}
|
||||||
cb(accounts);
|
cb(accounts);
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
|
|
||||||
Test.prototype.deployAll = function(contractsConfig, cb) {
|
Test.prototype.deployAll = function(contractsConfig, cb) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user