Skip to content

Commit ab0e722

Browse files
committed
refactor: clippy auto fixes
Signed-off-by: Alexis Asseman <[email protected]>
1 parent 8a0eafe commit ab0e722

File tree

1 file changed

+1
-1
lines changed
  • tap_integration_tests/tests/indexer_mock

1 file changed

+1
-1
lines changed

tap_integration_tests/tests/indexer_mock/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl<
9696
receipt_count: Arc::new(AtomicU64::new(0)),
9797
threshold,
9898
aggregator_client: (
99-
HttpClientBuilder::default().build(aggregate_server_address.to_string())?,
99+
HttpClientBuilder::default().build(aggregate_server_address)?,
100100
aggregate_server_api_version,
101101
),
102102
})

0 commit comments

Comments
 (0)