fix cargo fmt (#7907)

This commit is contained in:
honeywest
2021-01-15 22:47:50 +08:00
committed by GitHub
parent 307d6eaa8b
commit 79a7673725
@@ -34,13 +34,13 @@ decl_storage! {
// Pallets use events to inform users when important changes are made.
// https://substrate.dev/docs/en/knowledgebase/runtime/events
decl_event!(
decl_event! {
pub enum Event<T> where AccountId = <T as frame_system::Config>::AccountId {
/// Event documentation should end with an array that provides descriptive names for event
/// parameters. [something, who]
SomethingStored(u32, AccountId),
}
);
}
// Errors inform users that something went wrong.
decl_error! {