Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Nov 25, 2024
1 parent 30735ba commit 1dade6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! Initialization of the bridge pot accounts on runtime upgrade.
use frame_support::{log, pallet_prelude::*};
#[cfg(feature = "try-runtime")]
use frame_support::sp_runtime::TryRuntimeError;
use frame_support::{log, pallet_prelude::*};
#[cfg(feature = "try-runtime")]
use sp_std::vec::Vec;

Expand Down

0 comments on commit 1dade6c

Please sign in to comment.