style: applied formatting to the new update feature

This commit is contained in:
2026-05-19 14:44:15 -06:00
parent afa0e4af67
commit ba03c3037d
2 changed files with 7 additions and 12 deletions
+1 -2
View File
@@ -553,8 +553,7 @@ pub async fn run_repl_command(
bail!("Cannot perform this operation because you are in a macro")
}
let version = args.map(|s| s.trim().to_string());
task::spawn_blocking(move || config::run_self_update(version, false))
.await??;
task::spawn_blocking(move || config::run_self_update(version, false)).await??;
}
".rag" => {
ctx.use_rag(args, abort_signal.clone()).await?;