Skip to content

Commit cfca5d0

Browse files
committed
chore: fmt
1 parent 5cafe0a commit cfca5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ pub mod pallet {
14331433
/// --- MAP ( netuid ) --> pending_emission
14341434
pub type PendingEmission<T> =
14351435
StorageMap<_, Identity, NetUid, AlphaCurrency, ValueQuery, DefaultPendingEmission<T>>;
1436-
#[pallet::storage]
1436+
#[pallet::storage]
14371437
/// --- MAP ( netuid ) --> total_emission
14381438
pub type TotalEmission<T> =
14391439
StorageMap<_, Identity, NetUid, AlphaCurrency, ValueQuery, DefaultZeroAlpha<T>>;

0 commit comments

Comments
 (0)