From b40bbbca1356025d041a6a511fcc49dc64ea9907 Mon Sep 17 00:00:00 2001 From: monoid Date: Sat, 11 Jun 2022 19:00:38 +0900 Subject: [PATCH] space --- src/architecture.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/architecture.md b/src/architecture.md index d27dffa..84de2f8 100644 --- a/src/architecture.md +++ b/src/architecture.md @@ -551,7 +551,8 @@ module chunk { } } - chunkViewer(chunk : Chunk, focusedChunk : State, deleteThis : () => void) : Component { + chunkViewer(chunk : Chunk, focusedChunk : State, + deleteThis : () => void) : Component { var mode = Read var c = new Component( @@ -666,7 +667,7 @@ module settings { return c } } - +``` ``` module frontend { main() : Component {