chore: fmt

This commit is contained in:
Coffee
2026-03-16 16:53:05 +08:00
parent 5c8ee16f81
commit ff971d0f14
+2
View File
@@ -203,6 +203,7 @@ async fn extension_manager_with_process_manager_constructs() {
let manager = ExtensionManager::new(
Arc::new(McpSessionManager::new()),
Arc::new(McpProcessManager::new()),
None,
secrets,
tools,
None,
@@ -212,6 +213,7 @@ async fn extension_manager_with_process_manager_constructs() {
None,
"test".to_string(),
None,
None,
Vec::new(),
);