Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Feb 5, 2024
1 parent a6604fd commit 240a752
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions pallets/collator-assignment/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ use {
},
sp_std::{fmt::Debug, prelude::*, vec},
tp_traits::{
CollatorAssignmentHook, GetContainerChainAuthor, GetHostConfiguration, GetSessionContainerChains, ParaId,
RemoveInvulnerables, RemoveParaIdsWithNoCredits, ShouldRotateAllCollators, Slot,
CollatorAssignmentHook, GetContainerChainAuthor, GetHostConfiguration,
GetSessionContainerChains, ParaId, RemoveInvulnerables, RemoveParaIdsWithNoCredits,
ShouldRotateAllCollators, Slot,
},
};

Expand Down
4 changes: 2 additions & 2 deletions pallets/registrar/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ use {
sp_std::{collections::btree_set::BTreeSet, prelude::*},
tp_container_chain_genesis_data::ContainerChainGenesisData,
tp_traits::{
GetCurrentContainerChains, GetSessionContainerChains,
GetSessionIndex, ParaId, ParathreadParams as ParathreadParamsTy, SlotFrequency,
GetCurrentContainerChains, GetSessionContainerChains, GetSessionIndex, ParaId,
ParathreadParams as ParathreadParamsTy, SlotFrequency,
},
};

Expand Down

0 comments on commit 240a752

Please sign in to comment.