Skip to content

Commit

Permalink
ref(lint): reorder imports in erc20.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel committed Mar 18, 2024
1 parent b100eb9 commit 66145ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/token/src/erc20/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
//! revert instead of returning `false` on failure. This behavior is
//! nonetheless conventional and does not conflict with the expectations of
//! ERC-20 applications.
use stylus_proc::SolidityError;

use alloy_primitives::{Address, U256};
use alloy_sol_types::sol;
use stylus_proc::SolidityError;
use stylus_sdk::{
evm, msg,
stylus_proc::{external, sol_storage},
Expand Down

0 comments on commit 66145ef

Please sign in to comment.