Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Apr 4, 2024
1 parent 8e85132 commit 8d8f6d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rpc-types/src/eth/transaction/receipt.rs
Original file line number Diff line number Diff line change
@@ -91,7 +91,6 @@ impl TransactionReceipt {
}

impl<T> TransactionReceipt<T> {

/// Maps the inner receipt value of this receipt.
pub fn map_inner<U, F>(self, f: F) -> TransactionReceipt<U>
where

0 comments on commit 8d8f6d5

Please # to comment.