chore(format): oxfmt memory

This commit is contained in:
Peter Steinberger
2026-01-18 07:30:04 +00:00
parent 30338ce1a7
commit ca350fc66c
8 changed files with 32 additions and 28 deletions

View File

@@ -13,4 +13,3 @@ export function fingerprintHeaderNames(headers: Record<string, string> | undefin
out.sort((a, b) => a.localeCompare(b));
return out;
}