Skip to content

Commit 5339f17

Browse files
ematipicoastrobot-houston
authored andcommitted
[ci] format
1 parent c69bf18 commit 5339f17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/astro/src/core/cookies/cookies.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,9 @@ class AstroCookies implements AstroCookiesInterface {
227227
return cookies.headers();
228228
}
229229

230-
#ensureParsed(options: AstroCookieGetOptions | undefined = undefined): Record<string, string | undefined> {
230+
#ensureParsed(
231+
options: AstroCookieGetOptions | undefined = undefined,
232+
): Record<string, string | undefined> {
231233
if (!this.#requestValues) {
232234
this.#parse(options);
233235
}

0 commit comments

Comments
 (0)