From c8fb4af369133c8994a85d643be2af14fb2cb754 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 9 Apr 2020 13:13:17 +0200 Subject: [PATCH] fix comment style --- src/crypto/CrossSigning.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/crypto/CrossSigning.js b/src/crypto/CrossSigning.js index 732f6070e..6d86d1bd9 100644 --- a/src/crypto/CrossSigning.js +++ b/src/crypto/CrossSigning.js @@ -310,7 +310,9 @@ export class CrossSigningInfo extends EventEmitter { } } - /** unsets the keys, used when another session has reset the keys, to disable cross-signing */ + /** + * unsets the keys, used when another session has reset the keys, to disable cross-signing + */ clearKeys() { this.keys = {}; }