Skip to content

Commit

Permalink
[Ethash] lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Aug 12, 2020
1 parent 898e48e commit 655767d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethash/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export default class Ethash {
resolve()
}
})
}).catch(function(e) {
}).catch(function (e) {
cb(e)
})
}
Expand Down

0 comments on commit 655767d

Please sign in to comment.