fmt: applied formatting to refactored mcp_servers and tools lists

This commit is contained in:
2026-06-03 14:02:06 -06:00
parent ece66448e0
commit 260bf4e5bc
7 changed files with 14 additions and 25 deletions
+1 -4
View File
@@ -250,10 +250,7 @@ mod tests {
base.set_enabled_tools(Some(Vec::new()));
let effective = registry.effective_role(&base);
assert_eq!(
effective.enabled_tools().as_deref(),
Some([].as_slice())
);
assert_eq!(effective.enabled_tools().as_deref(), Some([].as_slice()));
}
#[test]