Change summary
  doc/architecture.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
  Detailed changes
  
  
    
    @@ -14,13 +14,12 @@ This documentation only provide a bird-eye view of git-bug's internals. For more
     |   .----------------------------------------------------------.   |
     |   |                          cache                           |   |
     |   |----------------------------------------------------------|   |
-    |   | BugCache,BugExcerpt,IdentityCache,IdentityExcerpt        |   |
-    |   |                                                          |   |
+    |   |    BugCache,BugExcerpt,IdentityCache,IdentityExcerpt     |   |
     |   '----------------------------------------------------------'   |
     |   .-----------------------------..---------------------------.   |
     |   |             bug             ||         identity          |   |
     |   |-----------------------------||---------------------------|   |
-    |   | Bug,Operation,Snapshot      || Identity,Version          |   |
+    |   |   Bug,Operation,Snapshot    ||     Identity,Version      |   |
     |   '-----------------------------''---------------------------'   |
     |   .----------------------------------------------------------.   |
     v   |                        repository                        |   v