Skip to content

Commit fbb355c

Browse files
committed
Thank you once again, o great linter, for saving our lines from being too long
1 parent 20bc807 commit fbb355c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/client.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,10 @@ MatrixClient.prototype.createKeyBackupVersion = async function(info) {
15051505
// favour of just signing with the cross-singing master key.
15061506
await this._crypto._signObject(data.auth_data);
15071507

1508-
if (this._cryptoCallbacks.getSecretStorageKey && this._crypto._crossSigningInfo.getId()) {
1508+
if (
1509+
this._cryptoCallbacks.getSecretStorageKey &&
1510+
this._crypto._crossSigningInfo.getId()
1511+
) {
15091512
// now also sign the auth data with the cross-signing master key
15101513
// we check for the callback explicitly here because we still want to be able
15111514
// to create an un-cross-signed key backup if there is a cross-signing key but

0 commit comments

Comments
 (0)