Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Nov 21, 2024
1 parent d85ad2c commit 58c1004
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 58c1004

Please sign in to comment.