Skip to content

Commit f3f66f9

Browse files
committed
chore: fix formatting
1 parent a6e34d6 commit f3f66f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/cli/src/constructs/browser-check-codegen.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { expr, ident } from '../sourcegen'
33
import { buildCheckProps, CheckResource } from './check-codegen'
44
import { PlaywrightConfigResource, valueForPlaywrightConfig } from './playwright-config-codegen'
55

6-
export interface BrowserCheckResource extends CheckResource{
6+
export interface BrowserCheckResource extends CheckResource {
77
checkType: 'BROWSER'
88
script: string
99
scriptPath?: string

0 commit comments

Comments
 (0)