From 448852a474126c42d6d078d0bb82258b7ecc0750 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sat, 14 Jun 2025 03:07:02 +0800 Subject: deno & nvim: turn back to use deno fmt instead of prettier. --- deno/mail-relay/mail.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deno/mail-relay/mail.test.ts') diff --git a/deno/mail-relay/mail.test.ts b/deno/mail-relay/mail.test.ts index 6abb7d7..cd0c38d 100644 --- a/deno/mail-relay/mail.test.ts +++ b/deno/mail-relay/mail.test.ts @@ -87,7 +87,7 @@ describe("Mail", () => { }), ]).toEqual( [...mockToAddresses, mockCcAddress].filter((a) => - a.endsWith("example.com"), + a.endsWith("example.com") ), ); }); -- cgit v1.2.3