Skip to content

Commit ab7c050

Browse files
committed
Clippy fix
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 9bbebd0 commit ab7c050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-signer/src/signerdb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,7 @@ mod tests {
19101910
let consensus_hash_2 = ConsensusHash([0x02; 20]);
19111911
let mut db = SignerDb::new(db_path).expect("Failed to create signer db");
19121912
let (mut block_info, _) = create_block_override(|b| {
1913-
b.block.header.consensus_hash = consensus_hash_1.clone();
1913+
b.block.header.consensus_hash = consensus_hash_1;
19141914
b.block.header.chain_length = 1;
19151915
});
19161916

0 commit comments

Comments
 (0)