Skip to content

Commit c2a52d6

Browse files
ematipicoastrobot-houston
authored andcommitted
[ci] format
1 parent 7c65c04 commit c2a52d6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/astro/src/runtime/server/render/component.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,7 @@ function sanitizeElementName(tag: string) {
413413
return tag.trim().split(unsafe)[0].trim();
414414
}
415415

416-
function renderFragmentComponent(
417-
result: SSRResult,
418-
slots: ComponentSlots = {},
419-
): RenderInstance {
416+
function renderFragmentComponent(result: SSRResult, slots: ComponentSlots = {}): RenderInstance {
420417
const slot = slots?.default;
421418
return {
422419
render(destination) {

0 commit comments

Comments
 (0)