npm run format

This commit is contained in:
Asier Isayas
2026-01-21 11:08:04 -08:00
parent 22e9580ca4
commit a4b0572f91
7 changed files with 19 additions and 19 deletions

View File

@@ -118,5 +118,5 @@ async function openScaleTab(browser: Browser): Promise<SetupResult> {
}
async function cleanup({ context }: Partial<SetupResult>) {
await context?.dispose();
await context?.dispose();
}