Skip to content

Commit 7f7b110

Browse files
committed
fixed formatting
1 parent b12c960 commit 7f7b110

File tree

1 file changed

+3
-6
lines changed
  • stackslib/src/chainstate/nakamoto/coordinator

1 file changed

+3
-6
lines changed

stackslib/src/chainstate/nakamoto/coordinator/tests.rs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,12 +1642,9 @@ fn transactions_indexing() {
16421642
// ensure untracked transactions are not recorded
16431643
for tx in untracked_block.txs {
16441644
assert_eq!(
1645-
NakamotoChainState::get_tx_info_from_txid(
1646-
&chainstate.index_conn(),
1647-
tx.txid(),
1648-
)
1649-
.unwrap()
1650-
.is_none(),
1645+
NakamotoChainState::get_tx_info_from_txid(&chainstate.index_conn(), tx.txid(),)
1646+
.unwrap()
1647+
.is_none(),
16511648
true
16521649
);
16531650
}

0 commit comments

Comments
 (0)