From f412c7dee60e8405d1e0ba10a7f031dd9a67fd04 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 14 Apr 2026 09:43:18 +0000 Subject: [PATCH] fix: cargo fmt the merge_workspace validation code Co-Authored-By: Claude Opus 4.6 (1M context) --- server/src/http/mcp/shell_tools.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/server/src/http/mcp/shell_tools.rs b/server/src/http/mcp/shell_tools.rs index cbaa80ca..a1c01fa3 100644 --- a/server/src/http/mcp/shell_tools.rs +++ b/server/src/http/mcp/shell_tools.rs @@ -85,9 +85,7 @@ fn validate_working_dir(working_dir: &str, ctx: &AppContext) -> Result