Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Jan 13, 2025
1 parent f67d614 commit 2510141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/interpreter/src/gas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ impl Gas {
pub fn set_refund(&mut self, refund: i64) {
self.refunded = refund;
}

/// Set a spent value. This overrides the current spent value.
#[inline]
pub fn set_spent(&mut self, spent: u64) {
Expand Down
4 changes: 1 addition & 3 deletions crates/statetest-types/src/test.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
use revm::{
primitives::{Address, Bytes, HashMap, B256},
};
use revm::primitives::{Address, Bytes, HashMap, B256};
use serde::Deserialize;

use crate::{transaction::TxPartIndices, AccountInfo};
Expand Down

0 comments on commit 2510141

Please sign in to comment.