From e505a5ce8da69fb7d5b7a43b30fb45f2757c6aa7 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Mon, 9 Dec 2024 15:50:30 -0500 Subject: [PATCH] fix lint --- playwright/e2e/crypto/user-verification.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/e2e/crypto/user-verification.spec.ts b/playwright/e2e/crypto/user-verification.spec.ts index 88f30fafb8..bd3d859526 100644 --- a/playwright/e2e/crypto/user-verification.spec.ts +++ b/playwright/e2e/crypto/user-verification.spec.ts @@ -155,7 +155,7 @@ async function createDMRoom(client: Client, userId: string): Promise { }); } -/** +/** * Wait until we get the other user's device keys. * In newer rust-crypto versions, the verification request will be ignored if we * don't have the sender's device keys.