From 096f6ca0fa344363b4c76b7418a5743f9536034c 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