summaryrefslogtreecommitdiff
path: root/examples/docs
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-10-29 19:31:54 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-10-29 19:31:54 +0000
commit93489946ccd59c27d85cc9fa3a255edf6efeb861 (patch)
tree23b08860577f39d2fa2c29b52e6d42cfdd5d1bf6 /examples/docs
parentd84bfe719a546ad855640338d5ed49ad3aa4ccb4 (diff)
downloadastro-93489946ccd59c27d85cc9fa3a255edf6efeb861.tar.gz
astro-93489946ccd59c27d85cc9fa3a255edf6efeb861.tar.zst
astro-93489946ccd59c27d85cc9fa3a255edf6efeb861.zip
[ci] yarn format
Diffstat (limited to 'examples/docs')
-rw-r--r--examples/docs/src/languages.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/src/languages.ts b/examples/docs/src/languages.ts
index 5cdea0456..069413fd2 100644
--- a/examples/docs/src/languages.ts
+++ b/examples/docs/src/languages.ts
@@ -1,6 +1,6 @@
import { KNOWN_LANGUAGES } from './config';
-export { KNOWN_LANGUAGES }
+export { KNOWN_LANGUAGES };
export const KNOWN_LANGUAGE_CODES = Object.values(KNOWN_LANGUAGES);
export const langPathRegex = /\/([a-z]{2}-?[A-Z]{0,2})\//;