Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Nov 1, 2024
1 parent 3446977 commit 303d896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/consensus/src/transaction/typed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ mod serde_from {
TaggedTypedTransaction::Eip2930(signed) => Self::Eip2930(signed),
TaggedTypedTransaction::Eip1559(signed) => Self::Eip1559(signed),
TaggedTypedTransaction::Eip7702(signed) => Self::Eip7702(signed),
TaggedTypedTransaction::Deposit(tx) => Self::Deposit(tx)
TaggedTypedTransaction::Deposit(tx) => Self::Deposit(tx),
}
}
}
Expand Down

0 comments on commit 303d896

Please sign in to comment.