[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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
yield * _children(children);
|
yield* _children(children);
|
||||||
|
|
||||||
yield `</${tag}>`;
|
yield `</${tag}>`;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue