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 = {}; }