Skip to content

Commit 78f1d94

Browse files
committed
fmt
1 parent ffc762b commit 78f1d94

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
@@ -674,7 +674,7 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
674674
| RuntimeCall::SubtensorModule(pallet_subtensor::Call::root_register { .. })
675675
| RuntimeCall::SubtensorModule(pallet_subtensor::Call::burned_register { .. })
676676
| RuntimeCall::Triumvirate(..)
677-
| RuntimeCall::RootWeights(..)
677+
| RuntimeCall::RootWeights(..)
678678
),
679679
ProxyType::Triumvirate => matches!(
680680
c,

0 commit comments

Comments
 (0)