Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
".git/.scripts/commands/fmt/fmt.sh"
  • Loading branch information
command-bot committed May 31, 2024
commit 8729b9eae4420b3939fb0d7045a903e47e484367
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@ impl Def {
let pallet = Pallet::try_from(
item.span(),
&pallet_item,
pallet_index.expect("Pallet item is present only for valid pallet index").into(),
pallet_index
.expect("Pallet item is present only for valid pallet index")
.into(),
disable_call,
disable_unsigned,
&bounds,
Expand Down