make linter happy

This commit is contained in:
Iuri Matias 2018-09-17 13:58:13 -04:00
parent 1296545fa3
commit c02bd6c444

View File

@ -33,7 +33,7 @@ class ENS {
this.events.setCommandHandler("storage:ens:associate", this.associateStorageToEns.bind(this));
}
setProviderAndRegisterDomains(cb = (()=>{})) {
setProviderAndRegisterDomains(cb = (() => {})) {
const self = this;
async.parallel([
function getENSRegistry(paraCb) {