Skip to content

Commit 9b11d0a

Browse files
committed
no need pub
1 parent e91aa71 commit 9b11d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ type EnsureMajoritySenate =
432432
pallet_collective::EnsureProportionMoreThan<AccountId, TriumvirateCollective, 1, 2>;
433433

434434
// We call pallet_collective TriumvirateCollective
435-
pub type TriumvirateCollective = pallet_collective::Instance1;
435+
type TriumvirateCollective = pallet_collective::Instance1;
436436
impl pallet_collective::Config<TriumvirateCollective> for Runtime {
437437
type RuntimeOrigin = RuntimeOrigin;
438438
type Proposal = RuntimeCall;

0 commit comments

Comments
 (0)