[ci] format
This commit is contained in:
parent
79783fc018
commit
bf3aa2bcde
1 changed files with 4 additions and 4 deletions
|
@ -82,8 +82,8 @@ export function stringifyChunk(result: SSRResult, chunk: string | SlotString | R
|
|||
|
||||
// Nested element inside of JSX during head buffering phase
|
||||
case ScopeFlags.HeadBuffer: {
|
||||
if(hasScopeFlag(result, ScopeFlags.JSX | ScopeFlags.HeadBuffer)) {
|
||||
return "";
|
||||
if (hasScopeFlag(result, ScopeFlags.JSX | ScopeFlags.HeadBuffer)) {
|
||||
return '';
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue