fix comment style

This commit is contained in:
Bruno Windels
2020-04-09 13:13:17 +02:00
parent 9e1ba992e3
commit c8fb4af369
+3 -1
View File
@@ -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 = {};
}