Skip to content

Commit e21da85

Browse files
ascorbicastrobot-houston
authored andcommitted
[ci] format
1 parent 4b9fb73 commit e21da85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/astro/src/core/render-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ export class RenderContext {
364364
}
365365
this.url = new URL(this.request.url);
366366
const newCookies = new AstroCookies(this.request);
367-
if(this.cookies) {
367+
if (this.cookies) {
368368
newCookies.merge(this.cookies);
369369
}
370370
this.cookies = newCookies;

0 commit comments

Comments
 (0)