diff options
author | 2024-01-18 19:39:57 +0000 | |
---|---|---|
committer | 2024-01-18 19:39:57 +0000 | |
commit | 07f13e6650b89d41d23f9bf245f38425fd372620 (patch) | |
tree | 027156d45b641171652ac53fa7d4abe535701615 | |
parent | 9e01f9cc1efcfb938355829676d51b24818ab2bb (diff) | |
download | astro-07f13e6650b89d41d23f9bf245f38425fd372620.tar.gz astro-07f13e6650b89d41d23f9bf245f38425fd372620.tar.zst astro-07f13e6650b89d41d23f9bf245f38425fd372620.zip |
[ci] format
-rw-r--r-- | packages/astro/src/cli/preferences/index.ts | 2 |
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)`; } |