0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-07 23:41:43 -05:00

[ci] format

This commit is contained in:
Emanuele Stoppa 2025-03-18 15:32:00 +00:00 committed by astrobot-houston
parent c69bf18a4e
commit 5339f1780f

View file

@ -227,7 +227,9 @@ class AstroCookies implements AstroCookiesInterface {
return cookies.headers();
}
#ensureParsed(options: AstroCookieGetOptions | undefined = undefined): Record<string, string | undefined> {
#ensureParsed(
options: AstroCookieGetOptions | undefined = undefined,
): Record<string, string | undefined> {
if (!this.#requestValues) {
this.#parse(options);
}