Skip to content

Commit 9396ec0

Browse files
committed
cargo clippy
1 parent d092dbd commit 9396ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/tests/coinbase.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fn test_hotkey_take() {
3131
);
3232
log::info!(
3333
"expected: {:?}",
34-
SubtensorModule::get_hotkey_take_float(&&hotkey)
34+
SubtensorModule::get_hotkey_take_float(&hotkey)
3535
);
3636
});
3737
}

0 commit comments

Comments
 (0)