summaryrefslogtreecommitdiff
path: root/packages/astro/src/compiler/codegen/interfaces.ts
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-08-16 20:44:46 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-08-16 20:44:46 +0000
commit24a40bee6358d6732e20dc0e131089f8a42b704d (patch)
treee13b9adddbcbda4395f0b83624bfb355109f6ab0 /packages/astro/src/compiler/codegen/interfaces.ts
parent78b5bde14c167b289a20b479d4fa4790eb9165aa (diff)
downloadastro-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.ts2
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
+}