From aeab18e94f7827de35ab77c3f3a11286429d4fd2 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Fri, 6 Mar 2026 10:39:21 +0000 Subject: [PATCH] fix(ci): format MSN mock provider parsing --- src/api/mod.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/api/mod.rs b/src/api/mod.rs index c127642..ca18758 100644 --- a/src/api/mod.rs +++ b/src/api/mod.rs @@ -91,8 +91,9 @@ impl MockProvider { .map_err(|e| IdxError::ParseError(e.to_string())); let fundamentals = msn::parse_fundamentals_from_str(&fundamentals_raw, Some("e_raw)) .map_err(|e| IdxError::ParseError(e.to_string())); - let history = msn::parse_history_from_str(&crate::api::types::Period::ThreeMonths, &history_raw) - .map_err(|e| IdxError::ParseError(e.to_string())); + let history = + msn::parse_history_from_str(&crate::api::types::Period::ThreeMonths, &history_raw) + .map_err(|e| IdxError::ParseError(e.to_string())); Self { quote,