Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Jul 20, 2023
1 parent 2ca6d72 commit acd6dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@ mod tests {
assert_eq!(enr.public_key().encode(), key.public().encode());
}

/// | n | `rlp::encode(n.to_be_bytes`()) | `rlp::encode::`<u16>(n) |
/// | n | `rlp::encode(n.to_be_bytes())` | `rlp::encode::<u16>(n)` |
/// | ----- | ------------------------------ | ----------------------- |
/// | 0 | 0x820000 | 0x80
/// | 30 | 0x82001e | 0x1e
Expand Down

0 comments on commit acd6dd0

Please sign in to comment.