Skip to content

Commit

Permalink
style: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbillw committed Jan 21, 2025
1 parent 5ae383a commit 2a79c30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frame/evm/precompile/storage-cleaner/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl frame_system::Config for Runtime {
type PreInherents = ();
type PostInherents = ();
type PostTransactions = ();
type SingleBlockMigrations = ();
type SingleBlockMigrations = ();
type ExtensionsWeightInfo = ();
}

Expand Down
8 changes: 4 additions & 4 deletions frame/evm/src/runner/stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ where
)
}

/// FIXME: DO NOT call it for now! The dependent [evm::backend::Backend] trait has new methods added in this version,
/// FIXME: DO NOT call it for now! The dependent [evm::backend::Backend] trait has new methods added in this version,
/// see this [commit](https://github.com/rust-ethereum/evm/commit/cfb378dac0640a6ac78687dd734241760f6ce125).
fn transient_storage(&self, _address: H160, _index: H256) -> H256 {
todo!()
Expand Down Expand Up @@ -1251,19 +1251,19 @@ where
}
}

/// FIXME: DO NOT call it for now! The dependent [evm::executor::stack::executor::StackState] trait has new methods added in this version,
/// FIXME: DO NOT call it for now! The dependent [evm::executor::stack::executor::StackState] trait has new methods added in this version,
/// see this [commit](https://github.com/rust-ethereum/evm/commit/cfb378dac0640a6ac78687dd734241760f6ce125).
fn set_transient_storage(&mut self, _address: H160, _key: H256, _value: H256) {
todo!()
}

/// FIXME: DO NOT call it for now! The dependent [evm::executor::stack::executor::StackState] trait has new methods added in this version,
/// FIXME: DO NOT call it for now! The dependent [evm::executor::stack::executor::StackState] trait has new methods added in this version,
/// see this [commit](https://github.com/rust-ethereum/evm/commit/cfb378dac0640a6ac78687dd734241760f6ce125).
fn created(&self, _address: H160) -> bool {
todo!()
}

/// FIXME: DO NOT call it for now! The dependent [evm::executor::stack::executor::StackState] trait has new methods added in this version,
/// FIXME: DO NOT call it for now! The dependent [evm::executor::stack::executor::StackState] trait has new methods added in this version,
/// see this [commit](https://github.com/rust-ethereum/evm/commit/cfb378dac0640a6ac78687dd734241760f6ce125).
fn set_created(&mut self, _address: H160) {
todo!()
Expand Down

0 comments on commit 2a79c30

Please # to comment.