mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 06:21:11 +00:00
cargo fmt
This commit is contained in:
@@ -118,7 +118,13 @@ pub mod pallet {
|
||||
) {
|
||||
Ok((hash, cost)) => {
|
||||
Pings::<T>::insert(seq, n);
|
||||
Self::deposit_event(Event::PingSent(para, seq, payload.to_vec(), hash, cost));
|
||||
Self::deposit_event(Event::PingSent(
|
||||
para,
|
||||
seq,
|
||||
payload.to_vec(),
|
||||
hash,
|
||||
cost,
|
||||
));
|
||||
},
|
||||
Err(e) => {
|
||||
Self::deposit_event(Event::ErrorSendingPing(
|
||||
|
||||
Reference in New Issue
Block a user