Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed May 30, 2024
1 parent 8d2256f commit df03d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions substrate/primitives/state-machine/src/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ use sp_core::storage::{
};
use sp_externalities::{Extension, ExtensionStore, Externalities, MultiRemovalResults};

use crate::{log_error, trace, warn};
use alloc::{boxed::Box, vec, vec::Vec};
use crate::{trace, warn};
use alloc::{boxed::Box, vec::Vec};
use core::{
any::{Any, TypeId},
cmp::Ordering,
Expand Down

0 comments on commit df03d26

Please sign in to comment.