Skip to content

Commit

Permalink
ran rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pavitthrap committed Oct 14, 2022
1 parent 8c42b37 commit 0996e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/stacks-node/src/tests/l1_observer_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ fn select_transactions_where(
return result;
}

/// Deserializes the `BlockstackOperationType` objects (non-null objects are produced by burn
/// Deserializes the `BlockstackOperationType` objects (non-null objects are produced by burn
/// transactions) from `blocks` and returns all those that match `test_fn`.
fn select_burn_transactions_where(
blocks: &Vec<serde_json::Value>,
Expand Down

0 comments on commit 0996e27

Please sign in to comment.