tabs -> spaces

This commit is contained in:
Wei Lu 2014-03-24 03:19:39 +08:00
parent eca20ad297
commit 9358a40500
3 changed files with 60 additions and 60 deletions

View file

@ -190,6 +190,6 @@ ECKey.prototype.verify = function (hash, sig) {
* Parse an exported private key contained in a string.
*/
module.exports = {
ECKey: ECKey,
ECPubKey: ECPubKey
ECKey: ECKey,
ECPubKey: ECPubKey
};