diff options
author | 2021-10-29 19:47:01 +0000 | |
---|---|---|
committer | 2021-10-29 19:47:01 +0000 | |
commit | a5c6f922fa743c55c74882bda5d2d68cc3674600 (patch) | |
tree | d57f2d47668c81c54d42631d98671a7a59aa403a /packages/astro-prism | |
parent | 34e03cf912161abd5ca66fd12ce458d51d011855 (diff) | |
download | astro-a5c6f922fa743c55c74882bda5d2d68cc3674600.tar.gz astro-a5c6f922fa743c55c74882bda5d2d68cc3674600.tar.zst astro-a5c6f922fa743c55c74882bda5d2d68cc3674600.zip |
[ci] yarn format
Diffstat (limited to 'packages/astro-prism')
-rw-r--r-- | packages/astro-prism/index.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro-prism/index.d.ts b/packages/astro-prism/index.d.ts index eb260d9b9..058e91da7 100644 --- a/packages/astro-prism/index.d.ts +++ b/packages/astro-prism/index.d.ts @@ -1 +1 @@ -export function addAstro(Prism: any): void;
\ No newline at end of file +export function addAstro(Prism: any): void; |