summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <ematipico@users.noreply.github.com> 2024-08-14 10:08:44 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-08-14 10:08:44 +0000
commit19a72592119ff4a47c8cc541990eadc1886cb0e4 (patch)
treed56de1e2595e766c2e83eb4ec6a598de47d01b18
parent849e4c6c23e61f7fa59f583419048b998bef2475 (diff)
downloadastro-19a72592119ff4a47c8cc541990eadc1886cb0e4.tar.gz
astro-19a72592119ff4a47c8cc541990eadc1886cb0e4.tar.zst
astro-19a72592119ff4a47c8cc541990eadc1886cb0e4.zip
[ci] format
-rw-r--r--packages/astro/components/Code.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/components/Code.astro b/packages/astro/components/Code.astro
index d1c019c60..8818b2ae0 100644
--- a/packages/astro/components/Code.astro
+++ b/packages/astro/components/Code.astro
@@ -26,7 +26,7 @@ interface Props extends Omit<HTMLAttributes<'pre'>, 'lang'> {
/**
* A metastring to pass to the highlighter.
* Allows passing information to transformers: https://shiki.style/guide/transformers#meta
- *
+ *
* @default undefined
*/
meta?: string;