Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: iceseer <[email protected]>
  • Loading branch information
iceseer committed Dec 16, 2024
1 parent 7fd5ec2 commit 7e7803e
Show file tree
Hide file tree
Showing 3 changed files with 585 additions and 681 deletions.
3 changes: 2 additions & 1 deletion core/parachain/validator/impl/candidates.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ namespace kagome::parachain {
boost::variant<UnconfirmedCandidate, ConfirmedCandidate>;

struct Candidates {
using ByParaId = std::unordered_map<ParachainId, std::unordered_set<CandidateHash>>;
using ByParaId =
std::unordered_map<ParachainId, std::unordered_set<CandidateHash>>;
using ByRelayParent = std::unordered_map<Hash, ByParaId>;
using StateByCandidate = std::unordered_map<CandidateHash, CandidateState>;

Expand Down
Loading

0 comments on commit 7e7803e

Please sign in to comment.