Skip to content

Commit a90ae12

Browse files
committed
fix clippy
1 parent b3cb0f9 commit a90ae12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/rpc_info/metagraph.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ fn test_selective_metagraph() {
14581458
let alph_low_index: usize = 49;
14591459
let metagraph_alpha_low = SelectiveMetagraph::<u32> {
14601460
netuid: 0_u16.into(),
1461-
alpha_low: Some(0_16.into()),
1461+
alpha_low: Some(0_u16.into()),
14621462
..Default::default()
14631463
};
14641464
assert!(metagraph.alpha_low.is_none());

0 commit comments

Comments
 (0)