Skip to content

Commit abbbe54

Browse files
committed
cargo fmt
1 parent 02ac7d4 commit abbbe54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testnet/stacks-node/src/tests/nakamoto_integrations.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7074,7 +7074,8 @@ fn continue_tenure_extend() {
70747074
wait_for(60, || {
70757075
let nonce = get_account(&http_origin, &to_addr(&sender_sk)).nonce;
70767076
Ok(nonce > transfer_nonce)
7077-
}).unwrap();
7077+
})
7078+
.unwrap();
70787079

70797080
let blocks_processed_before = coord_channel
70807081
.lock()

0 commit comments

Comments
 (0)