add missing semicol

This commit is contained in:
Ricardo Guilherme Schmidt 2018-05-17 03:00:23 -03:00
parent 25e95c1002
commit bc57ca62e3
1 changed files with 1 additions and 1 deletions

View File

@ -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;