Skip to content

Commit a22d8fc

Browse files
zmanianclaude
andcommitted
style: cargo fmt
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 233e4c4 commit a22d8fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/tools/mcp/config.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,9 +1575,7 @@ mod tests {
15751575
}
15761576
]
15771577
});
1578-
tokio::fs::write(&path, mixed.to_string())
1579-
.await
1580-
.unwrap();
1578+
tokio::fs::write(&path, mixed.to_string()).await.unwrap();
15811579

15821580
// Invalid entry is skipped, valid one is kept
15831581
let result = load_mcp_servers_from(&path).await.unwrap();

0 commit comments

Comments
 (0)