From cb8cd464a972dfbbacf0ce0dd7d7a671c25909a3 Mon Sep 17 00:00:00 2001 From: Valere Date: Wed, 6 Dec 2023 18:43:45 +0100 Subject: [PATCH] code style --- tests/machine.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/machine.test.js b/tests/machine.test.js index a7203f2eb..aed29e857 100644 --- a/tests/machine.test.js +++ b/tests/machine.test.js @@ -1207,7 +1207,7 @@ describe(OlmMachine.name, () => { * an existing device (and cross-signing identity), is already associated with the account. * * It will create a new login and process a hypothetical response that includes the existing identity and devices. - * + * * @param {UserId} userId - the user id of the account * @param {DeviceId} deviceId - the id of the new device * @param {*} hypotheticalResponse - the response to the key query request generated by `getKeyQueryResponseWithExistingDevice`