Skip to content
Snippets Groups Projects
Commit 79a76737 authored by honeywest's avatar honeywest Committed by GitHub
Browse files

fix cargo fmt (#7907)

parent 307d6eaa
Branches
No related merge requests found
......@@ -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! {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment