mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
fix cargo fmt (#7907)
This commit is contained in:
@@ -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! {
|
||||
|
||||
Reference in New Issue
Block a user