Skip to content

Commit

Permalink
remove uneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkstwrt committed Oct 7, 2024
1 parent 8f89a2b commit 7e65632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playwright/src/reporters/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ListReporter extends BaseReporter {
private _needNewLine = false;
private _printSteps: boolean;

constructor(options: { printSteps?: boolean;} = {}) {
constructor(options: { printSteps?: boolean } = {}) {
super();
this._printSteps = getAsBooleanFromENV('PLAYWRIGHT_LIST_PRINT_STEPS', options.printSteps);
}
Expand Down

0 comments on commit 7e65632

Please sign in to comment.