1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Appease the linter's line length limit

This commit is contained in:
Travis Ralston
2019-12-17 15:24:07 -07:00
parent 0790201cca
commit f3a10a8166
6 changed files with 38 additions and 6 deletions

View File

@@ -33,7 +33,12 @@ import * as olmlib from "./olmlib";
import {DeviceList} from "./DeviceList";
import {DeviceInfo} from "./deviceinfo";
import * as algorithms from "./algorithms";
import {CrossSigningInfo, CrossSigningLevel, DeviceTrustLevel, UserTrustLevel} from './CrossSigning';
import {
CrossSigningInfo,
CrossSigningLevel,
DeviceTrustLevel,
UserTrustLevel,
} from './CrossSigning';
import {SECRET_STORAGE_ALGORITHM_V1, SecretStorage} from './SecretStorage';
import {OutgoingRoomKeyRequestManager} from './OutgoingRoomKeyRequestManager';
import {IndexedDBCryptoStore} from './store/indexeddb-crypto-store';