Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy authored and astrobot-houston committed Mar 4, 2024
1 parent 19eccce commit c99bbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/runtime/server/render/astro/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export async function renderToAsyncIterable(
async return() {
cancelled = true;
return { done: true, value: undefined };
}
},
};

const destination: RenderDestination = {
Expand Down

0 comments on commit c99bbd0

Please sign in to comment.