style: apply cargo fmt formatting
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
3ab6daa853
commit
70b99ad870
@@ -71,7 +71,8 @@ pub fn aggregate_volume_bars_ticks<'py>(
|
||||
"price and size must be non-empty and equal length",
|
||||
));
|
||||
}
|
||||
let (ro, rh, rl, rc, rv) = ferro_ta_core::aggregation::aggregate_volume_bars_ticks(p, s, volume_threshold);
|
||||
let (ro, rh, rl, rc, rv) =
|
||||
ferro_ta_core::aggregation::aggregate_volume_bars_ticks(p, s, volume_threshold);
|
||||
Ok((
|
||||
ro.into_pyarray(py),
|
||||
rh.into_pyarray(py),
|
||||
|
||||
Reference in New Issue
Block a user