Skip to content

Commit 67634ba

Browse files
committed
commit Cargo.lock
1 parent 1ca583a commit 67634ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/tests/migration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2497,7 +2497,7 @@ fn do_setup_unactive_sn() -> (Vec<NetUid>, Vec<NetUid>) {
24972497
SubnetAlphaOutEmission::<Test>::insert(netuid, AlphaCurrency::from(12345678_u64));
24982498
}
24992499

2500-
return (active_netuids, inactive_netuids);
2500+
(active_netuids, inactive_netuids)
25012501
}
25022502

25032503
#[test]

0 commit comments

Comments
 (0)