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