Skip to content

Commit

Permalink
remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Nov 30, 2017
1 parent 04a4410 commit ff8979b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bn.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
return this.toArrayLike(Buffer, endian, length);
};
}

BN.prototype.toArray = function toArray (endian, length) {
return this.toArrayLike(Array, endian, length);
};
Expand Down

0 comments on commit ff8979b

Please sign in to comment.