fix(ci): format MSN mock provider parsing

This commit is contained in:
0xrsydn 2026-03-06 10:39:21 +00:00
commit aeab18e94f

View file

@ -91,7 +91,8 @@ impl MockProvider {
.map_err(|e| IdxError::ParseError(e.to_string()));
let fundamentals = msn::parse_fundamentals_from_str(&fundamentals_raw, Some(&quote_raw))
.map_err(|e| IdxError::ParseError(e.to_string()));
let history = msn::parse_history_from_str(&crate::api::types::Period::ThreeMonths, &history_raw)
let history =
msn::parse_history_from_str(&crate::api::types::Period::ThreeMonths, &history_raw)
.map_err(|e| IdxError::ParseError(e.to_string()));
Self {