style: revised a few stylistic choices after I changed my mind

This commit is contained in:
2026-08-25 11:37:41 -06:00
parent 5177d95ee0
commit ad9ff3bea8
5 changed files with 44 additions and 18 deletions
+1
View File
@@ -224,6 +224,7 @@ fn list_prompts_blocking(
Some(handle) => tokio::task::block_in_place(|| handle.block_on(fut)),
None => tokio::runtime::Runtime::new().ok()?.block_on(fut),
};
result.ok()?.ok()
}