style: fix Prettier formatting on 11 files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Herr
2026-05-21 11:35:37 +02:00
parent 3aea41f862
commit b24ee969d1
11 changed files with 289 additions and 95 deletions
+5 -1
View File
@@ -68,7 +68,11 @@ describe("Atom Feed Route", () => {
`feed:${FEED_ID}:metadata`,
JSON.stringify({
emails: [
{ key: emailKey, subject: "Atom Entry Subject", receivedAt: 1700000001000 },
{
key: emailKey,
subject: "Atom Entry Subject",
receivedAt: 1700000001000,
},
],
}),
);