style: apply cargo fmt formatting

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Pratik Bhadane
2026-04-01 20:12:19 +05:30
co-authored by Claude Sonnet 4.6
parent 3ab6daa853
commit 70b99ad870
17 changed files with 128 additions and 128 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ pub fn volume_bars<'py>(
"All input arrays must be non-empty and have equal length",
));
}
let (ro, rh, rl, rc, rv) = ferro_ta_core::resampling::volume_bars(o, h, l, c, v, volume_threshold);
let (ro, rh, rl, rc, rv) =
ferro_ta_core::resampling::volume_bars(o, h, l, c, v, volume_threshold);
Ok((
ro.into_pyarray(py),
rh.into_pyarray(py),