0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

[ci] yarn format

This commit is contained in:
natemoo-re 2021-06-24 22:42:22 +00:00 committed by GitHub Actions
parent 47ac2ccd17
commit bc9e0f180c

View file

@ -33,7 +33,7 @@ const { transformSync } = esbuild;
interface Attribute {
start: number;
end: number;
type: 'Attribute'|'Spread';
type: 'Attribute' | 'Spread';
name: string;
value: TemplateNode[] | boolean;
expression?: Expression;