diff options
author | 2021-08-16 20:44:46 +0000 | |
---|---|---|
committer | 2021-08-16 20:44:46 +0000 | |
commit | 24a40bee6358d6732e20dc0e131089f8a42b704d (patch) | |
tree | e13b9adddbcbda4395f0b83624bfb355109f6ab0 /packages/astro/src/compiler/codegen/interfaces.ts | |
parent | 78b5bde14c167b289a20b479d4fa4790eb9165aa (diff) | |
download | astro-24a40bee6358d6732e20dc0e131089f8a42b704d.tar.gz astro-24a40bee6358d6732e20dc0e131089f8a42b704d.tar.zst astro-24a40bee6358d6732e20dc0e131089f8a42b704d.zip |
[ci] yarn format
Diffstat (limited to 'packages/astro/src/compiler/codegen/interfaces.ts')
-rw-r--r-- | packages/astro/src/compiler/codegen/interfaces.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/compiler/codegen/interfaces.ts b/packages/astro/src/compiler/codegen/interfaces.ts index a487b85e9..04667557d 100644 --- a/packages/astro/src/compiler/codegen/interfaces.ts +++ b/packages/astro/src/compiler/codegen/interfaces.ts @@ -7,4 +7,4 @@ export interface Attribute { name: string; value: TemplateNode[] | boolean; expression?: Expression; -}
\ No newline at end of file +} |