diff options
author | 2021-08-15 19:15:15 +0000 | |
---|---|---|
committer | 2021-08-15 19:15:15 +0000 | |
commit | bbb6867481e03c48c3bce8fb2f369aa5ca8561d7 (patch) | |
tree | 5b4b283261b796192f9e0f76645c2c5ecdfdcc6e /examples | |
parent | d68ac85e7f3041ae4a06ba5dcecaf59a2875b393 (diff) | |
download | astro-bbb6867481e03c48c3bce8fb2f369aa5ca8561d7.tar.gz astro-bbb6867481e03c48c3bce8fb2f369aa5ca8561d7.tar.zst astro-bbb6867481e03c48c3bce8fb2f369aa5ca8561d7.zip |
[ci] yarn format
Diffstat (limited to 'examples')
-rw-r--r-- | examples/minimal/astro.config.mjs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/minimal/astro.config.mjs b/examples/minimal/astro.config.mjs index 3a0268bd4..fcc415092 100644 --- a/examples/minimal/astro.config.mjs +++ b/examples/minimal/astro.config.mjs @@ -1,3 +1,3 @@ export default { - renderers: [], -} + renderers: [], +}; |