Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
YourUsername committed Apr 17, 2024
1 parent a494e48 commit 71c93e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/subspace/src/step.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl<T: Config> Pallet<T> {
let target_registrations_interval = Self::get_target_registrations_interval();
// Query the target amount of registrations
let target_registrations_per_interval = Self::get_target_registrations_per_interval();

let subnet_stake_threshold: Percent = SubnetStakeThreshold::<T>::get();
for (netuid, tempo) in Tempo::<T>::iter() {
let registration_this_interval = Self::get_registrations_this_interval(netuid);
Expand Down

0 comments on commit 71c93e4

Please sign in to comment.