style(browser): apply oxfmt cleanup for gate

This commit is contained in:
Peter Steinberger
2026-02-21 13:15:58 +01:00
parent f265d45840
commit 4cd7d95746
3 changed files with 13 additions and 13 deletions

View File

@@ -7,8 +7,8 @@ import type {
Response,
} from "playwright-core";
import { chromium } from "playwright-core";
import type { SsrFPolicy } from "../infra/net/ssrf.js";
import { formatErrorMessage } from "../infra/errors.js";
import type { SsrFPolicy } from "../infra/net/ssrf.js";
import { appendCdpPath, fetchJson, getHeadersWithAuth, withCdpSocket } from "./cdp.helpers.js";
import { normalizeCdpWsUrl } from "./cdp.js";
import { getChromeWebSocketUrl } from "./chrome.js";