chore: reorder super (#12380)

This commit is contained in:
Matthias Seitz
2024-11-07 16:42:37 +01:00
committed by GitHub
parent 190a1d8bb4
commit cf095a7536
11 changed files with 15 additions and 30 deletions

View File

@ -347,6 +347,7 @@ impl HashedStorageSorted {
#[cfg(test)]
mod tests {
use super::*;
use alloy_primitives::Bytes;
use revm::{
db::{
@ -356,8 +357,6 @@ mod tests {
primitives::{AccountInfo, Bytecode},
};
use super::*;
#[test]
fn hashed_state_wiped_extension() {
let hashed_address = B256::default();