From acd6dd075d8aaa0d58b0d58782ed6142e3d1d0f5 Mon Sep 17 00:00:00 2001 From: Diva M Date: Thu, 20 Jul 2023 11:43:32 -0500 Subject: [PATCH] fix formatting --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ec4f6b6..973593b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1509,7 +1509,7 @@ mod tests { assert_eq!(enr.public_key().encode(), key.public().encode()); } - /// | n | `rlp::encode(n.to_be_bytes`()) | `rlp::encode::`(n) | + /// | n | `rlp::encode(n.to_be_bytes())` | `rlp::encode::(n)` | /// | ----- | ------------------------------ | ----------------------- | /// | 0 | 0x820000 | 0x80 /// | 30 | 0x82001e | 0x1e