0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] yarn format

This commit is contained in:
matthewp 2021-07-23 17:02:29 +00:00 committed by GitHub Actions
parent 164489fbb2
commit 599ad13e31

View file

@ -49,7 +49,7 @@ function* _h(tag: string, attrs: HProps, children: Array<HChild>) {
return;
}
yield * _children(children);
yield* _children(children);
yield `</${tag}>`;
}