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:
parent
164489fbb2
commit
599ad13e31
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ function* _h(tag: string, attrs: HProps, children: Array<HChild>) {
|
|||
return;
|
||||
}
|
||||
|
||||
yield * _children(children);
|
||||
yield* _children(children);
|
||||
|
||||
yield `</${tag}>`;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue