From f75f9ea94c9049fb15b2e882480394efaa255dd7 Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 11 Jul 2022 09:10:08 +0000 Subject: [PATCH] Cargo fmt --- --- a/pallets/scheduler/src/lib.rs +++ b/pallets/scheduler/src/lib.rs @@ -54,7 +54,7 @@ //! Priority limited by HARD DEADLINE (<= 63). Calls over maximum weight don't include to block //! Maybe_periodic limit is 100 calls //! Any account allowed to schedule any calls. Account withdraw implemented through default transaction logic. -//! +//! //! ## Interface //! //! ### Dispatchable Functions @@ -276,7 +276,7 @@ count: u32, ) -> Result<(), DispatchError>; - /// Unlock centain amount from payer + /// Unlock centain amount from payer fn pay_for_call( id: ScheduledId, sponsor: ::AccountId, @@ -497,7 +497,7 @@ Agenda::::append(wake, Some(s)); } } - /// Weight should be 0, because transaction already paid + /// Weight should be 0, because transaction already paid 0 } } -- gitstuff