[ci] format
This commit is contained in:
parent
976e1f175a
commit
a2b385303c
2 changed files with 3 additions and 3 deletions
|
@ -705,7 +705,7 @@ export async function renderPage(
|
||||||
componentFactory: AstroComponentFactory,
|
componentFactory: AstroComponentFactory,
|
||||||
props: any,
|
props: any,
|
||||||
children: any,
|
children: any,
|
||||||
streaming: boolean,
|
streaming: boolean
|
||||||
): Promise<Response> {
|
): Promise<Response> {
|
||||||
let iterable: AsyncIterable<any>;
|
let iterable: AsyncIterable<any>;
|
||||||
if (!componentFactory.isAstroComponentFactory) {
|
if (!componentFactory.isAstroComponentFactory) {
|
||||||
|
|
|
@ -87,7 +87,7 @@ describe('Streaming disabled', () => {
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
streaming: false,
|
streaming: false,
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue