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

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Sep 29, 2021
1 parent ab7a480 commit bfc2e67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions node/overseer/src/dummy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.

use crate::{
prometheus::Registry, AllMessages, HeadSupportsParachains, OverseerMetrics, MetricsTrait, Overseer,
OverseerBuilder, OverseerSignal, OverseerSubsystemContext, SpawnNamed, KNOWN_LEAVES_CACHE_SIZE,
prometheus::Registry, AllMessages, HeadSupportsParachains, MetricsTrait, Overseer,
OverseerBuilder, OverseerMetrics, OverseerSignal, OverseerSubsystemContext, SpawnNamed,
KNOWN_LEAVES_CACHE_SIZE,
};
use lru::LruCache;
use polkadot_node_subsystem_types::{errors::SubsystemError, messages::*};
Expand Down

0 comments on commit bfc2e67

Please sign in to comment.