git.delta.rocks / unique-network / refs/commits / 75cc7509b4c0

difftreelog

Style fix

Dev2022-06-09parent: #95c1ed5.patch.diff
in: master

2 files changed

modifiedpallets/scheduler/src/benchmarking.rsdiffbeforeafterboth
56 } else {56 } else {
57 call.into()57 call.into()
58 }58 }
59 },59 }
60 Some(false) => call.into(),60 Some(false) => call.into(),
61 None => CallOrHashOf::<T>::Hash(hash),61 None => CallOrHashOf::<T>::Hash(hash),
62 };62 };
modifiedpallets/scheduler/src/lib.rsdiffbeforeafterboth
551 }551 }
552}552}
553553
554impl<T: Config> Pallet<T> {554impl<T: Config> Pallet<T> {
555 #[cfg(feature = "try-runtime")]555 #[cfg(feature = "try-runtime")]
556 pub fn pre_migrate_to_v3() -> Result<(), &'static str> {556 pub fn pre_migrate_to_v3() -> Result<(), &'static str> {
557 Ok(())557 Ok(())
730 }730 }
731 })731 })
732 }732 }
733}
733734