Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jak-pan committed Feb 26, 2024
1 parent 3b23b33 commit 23d269a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/basilisk/src/xcm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ impl xcm_builder::DescribeLocation for DescribeBodyTerminal {
fn describe_location(l: &MultiLocation) -> Option<Vec<u8>> {
match (l.parents, &l.interior) {
(0, X1(Plurality { id, part })) => Some((b"Body", id, part).encode()),
_ => return None,
_ => None,
}
}
}
Expand Down

0 comments on commit 23d269a

Please sign in to comment.