From e10f6da01140f483162fe33cc77b2255b0683ac7 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 17 Aug 2023 21:08:26 -0700
Subject: [PATCH] format

---
 content/features/upcoming features.md | 1 +
 quartz/bootstrap-cli.mjs              | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/content/features/upcoming features.md b/content/features/upcoming features.md
index 48acf60..a3f44be 100644
--- a/content/features/upcoming features.md	
+++ b/content/features/upcoming features.md	
@@ -1,6 +1,7 @@
 ---
 draft: true
 ---
+
 ## high priority backlog
 
 - block links: https://help.obsidian.md/Linking+notes+and+files/Internal+links#Link+to+a+block+in+a+note
diff --git a/quartz/bootstrap-cli.mjs b/quartz/bootstrap-cli.mjs
index f7c7bee..0285551 100755
--- a/quartz/bootstrap-cli.mjs
+++ b/quartz/bootstrap-cli.mjs
@@ -486,7 +486,7 @@ See the [documentation](https://quartz.jzhao.xyz) for how to get started.
           rebuild(clientRefresh)
         })
     } else {
-      await build(() => { })
+      await build(() => {})
       ctx.dispose()
     }
   })