1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-06 12:02:40 +03:00

Pre-lint format

This commit is contained in:
Travis Ralston
2021-06-09 21:55:06 -06:00
parent b3a11030f2
commit bcccc909c5
4 changed files with 34 additions and 34 deletions

View File

@@ -21,7 +21,7 @@ import { EventType, MsgType, UNSTABLE_MSC3089_BRANCH, UNSTABLE_MSC3089_LEAF } fr
import { import {
DEFAULT_TREE_POWER_LEVELS_TEMPLATE, DEFAULT_TREE_POWER_LEVELS_TEMPLATE,
MSC3089TreeSpace, MSC3089TreeSpace,
TreePermissions TreePermissions,
} from "../../../src/models/MSC3089TreeSpace"; } from "../../../src/models/MSC3089TreeSpace";
import { DEFAULT_ALPHABET } from "../../../src/utils"; import { DEFAULT_ALPHABET } from "../../../src/utils";
import { MockBlob } from "../../MockBlob"; import { MockBlob } from "../../MockBlob";