0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

[ci] format

This commit is contained in:
ktym4a 2024-04-01 08:07:09 +00:00 committed by astrobot-houston
parent 6d034733a8
commit 44b3c29ce7

View file

@ -5,7 +5,7 @@ import type { AstroComponentFactory } from './index.js';
import { isAstroComponentFactory } from './astro/index.js';
import { renderToAsyncIterable, renderToReadableStream, renderToString } from './astro/render.js';
import { encoder } from './common.js';
import { isNode, isDeno } from './util.js';
import { isDeno, isNode } from './util.js';
export async function renderPage(
result: SSRResult,