Skip to content

Commit

Permalink
line spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigglesO committed Jun 29, 2017
1 parent 6b3e487 commit dd92aa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rlp.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ function encode(input: Array<any> | string | number | null): Buffer {
if (!input)
return Buffer.from([0x80]);


if (Array.isArray(input)) {
let output = Buffer.concat( input.map(encode) );

Expand Down

0 comments on commit dd92aa1

Please sign in to comment.