Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
foo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed May 9, 2022
1 parent 406dfaf commit 4cde621
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion node/subsystem-util/src/rolling_session_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,10 @@ async fn load_all_sessions(
mod tests {
use super::*;
use assert_matches::assert_matches;
use polkadot_node_subsystem::messages::{AllMessages, AvailabilityRecoveryMessage};
use polkadot_node_subsystem::{
messages::{AllMessages, AvailabilityRecoveryMessage},
SubsystemContext,
};
use polkadot_node_subsystem_test_helpers::make_subsystem_context;
use polkadot_primitives::v2::Header;
use sp_core::testing::TaskExecutor;
Expand Down

0 comments on commit 4cde621

Please sign in to comment.