difftreelog
cargo fmt
in: master
2 files changed
runtime/common/dispatch.rsdiffbeforeafterboth72 CollectionMode::ReFungible => <PalletRefungible<T>>::init_collection(sender, data)?,72 CollectionMode::ReFungible => <PalletRefungible<T>>::init_collection(sender, data)?,737374 #[cfg(not(feature = "refungible"))]74 #[cfg(not(feature = "refungible"))]75 CollectionMode::ReFungible => return unsupported!(T)75 CollectionMode::ReFungible => return unsupported!(T),76 };76 };77 Ok(id)77 Ok(id)78 }78 }runtime/common/mod.rsdiffbeforeafterboth--- a/runtime/common/mod.rs
+++ b/runtime/common/mod.rs
@@ -47,7 +47,7 @@
macro_rules! unsupported {
() => {
pallet_common::unsupported!($crate::Runtime)
- }
+ };
}
/// The address format for describing accounts.