Skip to content

Commit

Permalink
chore: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Dec 6, 2024
1 parent 9f1901e commit b8f7c9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rlp/src/decode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ pub(crate) fn static_left_pad<const N: usize>(data: &[u8]) -> Result<[u8; N]> {
Ok(v)
}


#[cfg(test)]
mod tests {
use super::*;
Expand Down

0 comments on commit b8f7c9b

Please sign in to comment.