Skip to content

Commit 16c176e

Browse files
committed
Fix clippy
1 parent 6214028 commit 16c176e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/tests/children.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3084,7 +3084,7 @@ fn test_childkey_multiple_parents_emission() {
30843084

30853085
// Return actual stake
30863086
SubtensorModule::get_stake_for_hotkey_and_coldkey_on_subnet(
3087-
&hotkey, &coldkey, netuid,
3087+
hotkey, coldkey, netuid,
30883088
)
30893089
})
30903090
.collect();

0 commit comments

Comments
 (0)