Skip to content

Commit d89f672

Browse files
committed
Delint
1 parent 2327629 commit d89f672

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/playwright/plugins/homeserver/synapse/consentHomeserver.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Please see LICENSE files in the repository root for full details.
77
*/
88

99
import { type SynapseContainer } from "@element-hq/element-web-playwright-common/lib/testcontainers/index.js";
10-
11-
import { type Fixtures } from "../../../element-web-test.ts";
1210
import { dirname, join } from "node:path";
1311
import { fileURLToPath } from "node:url";
1412

13+
import { type Fixtures } from "../../../element-web-test.ts";
14+
1515
const __dirname = dirname(fileURLToPath(import.meta.url));
1616

1717
export const consentHomeserver: Fixtures = {

0 commit comments

Comments
 (0)