Skip to content

Commit c33239b

Browse files
committed
revert spaces in files
1 parent 7e3faaa commit c33239b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pallets/subtensor/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ pub mod pallet {
268268
/// Additional information about the subnet
269269
pub additional: Vec<u8>,
270270
}
271-
272271
/// ============================
273272
/// ==== Staking + Accounts ====
274273
/// ============================

pallets/subtensor/src/macros/config.rs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ use frame_support::pallet_macros::pallet_section;
55
/// This can later be imported into the pallet using [`import_section`].
66
#[pallet_section]
77
mod config {
8-
98
/// Configure the pallet by specifying the parameters and types on which it depends.
109
#[pallet::config]
1110
pub trait Config: frame_system::Config + pallet_drand::Config {

0 commit comments

Comments
 (0)