mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-28 21:06:20 +02:00
chore: additional clippy fixes after rebasing
This commit is contained in:
@@ -23,5 +23,5 @@ pub async fn run_evaluation(
|
||||
let machine = stages::summarize(machine, &mut ctx).await?;
|
||||
let _ = stages::finalize(machine, &mut ctx).await?;
|
||||
|
||||
Ok(ctx.into_summary())
|
||||
ctx.into_summary()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user