summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Martin Trapp <natemoo-re@users.noreply.github.com> 2024-01-18 19:39:57 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-01-18 19:39:57 +0000
commit07f13e6650b89d41d23f9bf245f38425fd372620 (patch)
tree027156d45b641171652ac53fa7d4abe535701615
parent9e01f9cc1efcfb938355829676d51b24818ab2bb (diff)
downloadastro-07f13e6650b89d41d23f9bf245f38425fd372620.tar.gz
astro-07f13e6650b89d41d23f9bf245f38425fd372620.tar.zst
astro-07f13e6650b89d41d23f9bf245f38425fd372620.zip
[ci] format
-rw-r--r--packages/astro/src/cli/preferences/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/cli/preferences/index.ts b/packages/astro/src/cli/preferences/index.ts
index b7d59b3c8..e66f9083a 100644
--- a/packages/astro/src/cli/preferences/index.ts
+++ b/packages/astro/src/cli/preferences/index.ts
@@ -229,7 +229,7 @@ function userValues(
result[key] = {
value: flatProject[key],
annotation: '',
- }
+ };
if (key in flatGlobal) {
result[key].annotation += ` (also modified globally)`;
}