chore: ingestion-pipeline refactor, sort technical debt, rustfmt

This commit is contained in:
Per Stark
2026-05-31 19:37:34 +02:00
parent 5c2d2e24d3
commit 3897345ab3
47 changed files with 1729 additions and 1343 deletions
+1 -2
View File
@@ -166,8 +166,7 @@ async fn async_main() -> anyhow::Result<()> {
);
if parsed.config.slice_grow.is_some() {
eval::grow_slice(&dataset, &parsed.config)
.context("growing slice ledger")?;
eval::grow_slice(&dataset, &parsed.config).context("growing slice ledger")?;
return Ok(());
}