mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
19ecccedaa
commit
c99bbd09af
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ export async function renderToAsyncIterable(
|
||||||
async return() {
|
async return() {
|
||||||
cancelled = true;
|
cancelled = true;
|
||||||
return { done: true, value: undefined };
|
return { done: true, value: undefined };
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const destination: RenderDestination = {
|
const destination: RenderDestination = {
|
||||||
|
|
Loading…
Reference in a new issue