style: applied uniform style across files

This commit is contained in:
2026-08-28 11:35:45 -06:00
parent c170d08654
commit 1e15bc31d5
6 changed files with 13 additions and 23 deletions
-3
View File
@@ -363,9 +363,6 @@ fn whitelist_rejection(tool: &str) -> Option<Value> {
})
}
/// Whether a declared tool could be run as a background job. This is the
/// declare-side twin of `whitelist_rejection`: a tool is backgroundable
/// exactly when `job__start` would not reject it by name.
pub fn is_backgroundable_tool(tool: &str) -> bool {
whitelist_rejection(tool).is_none()
}