From 58d9dc0528cc5d7232ac7a237c98213ff1075f39 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 17 Aug 2023 07:55:52 +0000
Subject: [PATCH] format
---
quartz/bootstrap-cli.mjs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/quartz/bootstrap-cli.mjs b/quartz/bootstrap-cli.mjs
index 8551e76..c1c1308 100755
--- a/quartz/bootstrap-cli.mjs
+++ b/quartz/bootstrap-cli.mjs
@@ -460,7 +460,7 @@
await build(clientRefresh)
})
} else {
- await build(() => { })
+ await build(() => {})
ctx.dispose()
}
})
--
Gitblit v1.10.0