mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-03 11:31:43 +02:00
chore: git-hooks rustfmt and clippy
This commit is contained in:
+1
-6
@@ -60,12 +60,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
worker_embedding,
|
||||
)?);
|
||||
|
||||
run_worker_loop(
|
||||
worker_db,
|
||||
ingestion_pipeline,
|
||||
index_rebuild_interval_secs,
|
||||
)
|
||||
.await
|
||||
run_worker_loop(worker_db, ingestion_pipeline, index_rebuild_interval_secs).await
|
||||
});
|
||||
|
||||
tokio::select! {
|
||||
|
||||
Reference in New Issue
Block a user