Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gui1117 committed Sep 21, 2020
1 parent 6feb460 commit f2de8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/scheduler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ impl<T: Trait> Module<T> {
.map(|schedule| schedule.map(|schedule| Scheduled {
origin: schedule.origin.into(),
_phantom: Default::default(),
..scheduled
..schedule
}))
.collect::<Vec<_>>()
));
Expand Down

0 comments on commit f2de8f2

Please sign in to comment.