Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed May 26, 2024
1 parent 824e95b commit a345549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/regionx/src/ismp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl pallet_ismp::weights::WeightProvider for WeightProvider {
fn module_callback(id: ModuleId) -> Option<Box<dyn IsmpModuleWeight>> {
match id {
pallet_regions::PALLET_ID =>
Some(Box::new(pallet_regions::IsmpRegionsModuleWeight::<Runtime>::default())),
Some(Box::<pallet_regions::IsmpRegionsModuleWeight::<Runtime>>::default()),
_ => None,
}
}
Expand Down

0 comments on commit a345549

Please sign in to comment.