Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Jun 22, 2024
1 parent 666872e commit e91c704
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,10 @@ pub struct ExecutionReceipt {

#[cfg(test)]
mod tests {
use alloy::{
primitives::{Address, Bloom, B256},
rpc::types::ReceiptWithBloom,
};
use op_alloy_consensus::OpReceiptEnvelope;
use serde_json::Value;

use super::ExecutionEnvironment;
use crate::execution::{ExecutionFixture, ExecutionReceipt, ExecutionResult};
use crate::execution::ExecutionResult;
use serde_json::Value;

#[test]
fn test_serialize_execution_environment() -> eyre::Result<()> {
Expand Down

0 comments on commit e91c704

Please sign in to comment.