Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Oct 23, 2024
1 parent bdc1f57 commit 1cef887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc-types/src/transaction.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! Optimism specific types related to transactions.
use alloc::string::{String, ToString};
use alloy_consensus::{
SignableTransaction, Transaction as ConsensusTransaction, TxEip1559, TxEip2930, TxEip7702,
TxLegacy,
Expand All @@ -9,7 +10,6 @@ use alloy_primitives::{Address, BlockHash, Bytes, ChainId, SignatureError, TxKin
use alloy_serde::OtherFields;
use op_alloy_consensus::{OpTxEnvelope, OpTxType, TxDeposit};
use serde::{Deserialize, Serialize};
use alloc::string::{String, ToString};

/// OP Transaction type
#[derive(Clone, Debug, Default, PartialEq, Eq, Serialize, Deserialize)]
Expand Down

0 comments on commit 1cef887

Please sign in to comment.