rustfmt the ghost-slow-clap pallet

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky
2025-06-25 18:20:10 +03:00
parent f7ba592d50
commit 591cce1fb1
5 changed files with 588 additions and 374 deletions

View File

@@ -3,8 +3,8 @@
use super::*;
use frame_benchmarking::v1::*;
use frame_system::RawOrigin;
use frame_support::traits::fungible::Inspect;
use frame_system::RawOrigin;
pub fn create_account<T: Config>() -> T::AccountId {
let account_bytes = Vec::from([1u8; 32]);