Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Sep 6, 2024
1 parent 3eb46eb commit 24eb781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/evm/src/stack.cairo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use core::fmt::{Debug, Formatter, Error, Display};
use core::nullable::{NullableTrait};
use core::starknet::{StorageBaseAddress, EthAddress};
use core::num::traits::Bounded;
use core::starknet::{StorageBaseAddress, EthAddress};
//! Stack implementation.
//! # Example
//! ```
Expand Down Expand Up @@ -339,11 +339,11 @@ mod tests {
}

mod pop {
use core::num::traits::Bounded;
use core::starknet::storage_base_address_const;
use evm::errors::{EVMError, TYPE_CONVERSION_ERROR};
use super::StackTrait;
use utils::traits::StorageBaseAddressPartialEq;
use core::num::traits::Bounded;

#[test]
fn test_should_pop_an_element_from_the_stack() {
Expand Down

0 comments on commit 24eb781

Please sign in to comment.