Skip to content

Commit 7735129

Browse files
committed
fmt
1 parent a559691 commit 7735129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/subnets/weights.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ impl<T: Config> Pallet<T> {
264264
let cur_block = Self::get_current_block_as_u64();
265265
let cur_epoch = match Self::should_run_epoch(netuid, commit_block) {
266266
true => Self::get_epoch_index(netuid, cur_block).saturating_add(1),
267-
false => Self::get_epoch_index(netuid, cur_block)
267+
false => Self::get_epoch_index(netuid, cur_block),
268268
};
269269

270270
CRV3WeightCommits::<T>::try_mutate(netuid, cur_epoch, |commits| -> DispatchResult {

0 commit comments

Comments
 (0)