Skip to content

Commit 68a3e1f

Browse files
authored
Fix formatting in architecture diagram
1 parent 8daee0f commit 68a3e1f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/ARCHITECTURE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@
1919

2020
```
2121
┌─────────────────────────────────────────────────────┐
22-
│ Python Code Harmonizer
23-
│ (CLI Entry)
22+
│ Python Code Harmonizer │
23+
│ (CLI Entry) │
2424
└──────────────────────┬──────────────────────────────┘
2525
2626
┌──────────┴────────────┐
2727
│ │
2828
┌───────▼────────┐ ┌────────▼───────────┐
29-
│ Harmonizer │ │ DIVE-V2 Engine │
30-
│ Main (CLI) │────│ (Semantic Core) │
29+
│ Harmonizer │ │ DIVE-V2 Engine │
30+
│ Main (CLI) │────│ (Semantic Core) │
3131
└───────┬────────┘ └────────┬───────────┘
3232
│ │
3333
┌───────▼────────┐ ┌────────▼───────────┐
34-
│ AST Parser │ │ Vocabulary Mgr │
35-
│ (Rosetta │ │ (Concept Maps) │
36-
│ Stone) │ └────────────────────┘
34+
│ AST Parser │ │ Vocabulary Mgr │
35+
│ (Rosetta │ │ (Concept Maps) │
36+
│ Stone) │ └────────────────────┘
3737
└────────────────┘
3838
```
3939

0 commit comments

Comments
 (0)