Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
cargo fmt and removed extra newlines (bluealloy#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
NianSol authored Nov 12, 2023
1 parent 8e45250 commit 310caba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/primitives/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use crate::{
use alloc::boxed::Box;
use core::cmp::{min, Ordering};


/// EVM environment configuration.
#[derive(Clone, Debug, Default, PartialEq, Eq, Hash)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
Expand Down
1 change: 0 additions & 1 deletion crates/primitives/src/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use crate::{Address, Bytes, Log, State, U256};
use alloc::{boxed::Box, vec::Vec};
use core::fmt;


/// Result of EVM execution.
pub type EVMResult<DBError> = EVMResultGeneric<ResultAndState, DBError>;

Expand Down

0 comments on commit 310caba

Please sign in to comment.