Skip to content

Commit f4d7c39

Browse files
committed
style: trim trailing whitespace in mcp.rs doc comments
1 parent 123feed commit f4d7c39

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

crates/germanic/src/mcp.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
//!
55
//! ```text
66
//! ┌──────────────────────────────────────────────────────┐
7-
//! │ MCP Client (Agent)
7+
//! │ MCP Client (Agent) │
88
//! │ Claude / ChatGPT / OpenClaw / Cursor / etc. │
99
//! └───────────────────┬──────────────────────────────────┘
1010
//! │ JSON-RPC over stdio
1111
//! ┌───────────────────▼──────────────────────────────────┐
12-
//! │ GermanicServer
12+
//! │ GermanicServer │
1313
//! │ ┌─────────┬──────────┬─────────┬────────┬────────┐ │
1414
//! │ │ compile │ validate │ inspect │schemas │ init │ │
1515
//! │ └────┬────┴────┬─────┴────┬────┴───┬────┴───┬────┘ │
16-
//! │ │ │ │ │ │
17-
//! │ ▼ ▼ ▼ ▼ ▼
18-
//! │ [existing germanic library code]
16+
//! │ │ │ │ │ │ │
17+
//! │ ▼ ▼ ▼ ▼ ▼ │
18+
//! │ [existing germanic library code] │
1919
//! └──────────────────────────────────────────────────────┘
2020
//! ```
2121

0 commit comments

Comments
 (0)