From 951b5a80515bb201182ae0ec3e25f4912fb980cf Mon Sep 17 00:00:00 2001 From: floor-licker Date: Sun, 1 Feb 2026 10:14:48 -0500 Subject: [PATCH] style(test): rustfmt prices-history integration test --- tests/prices_history_integration_tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/prices_history_integration_tests.rs b/tests/prices_history_integration_tests.rs index c33bf82..189ebed 100644 --- a/tests/prices_history_integration_tests.rs +++ b/tests/prices_history_integration_tests.rs @@ -43,4 +43,3 @@ async fn test_real_api_get_prices_history_interval_parses() { panic!("expected at least one active market to return non-empty price history"); } -