Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Jul 13, 2021
1 parent 584edb2 commit c99f545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec-main/webview-spec.ts
Expand Up @@ -768,7 +768,7 @@ describe('<webview> tag', function () {

for (;;) {
const foundInPage = emittedOnce(webViewContents, 'found-in-page');
const requestId = webViewContents.findInPage('virtual', {findNext: isFirstRequest});
const requestId = webViewContents.findInPage('virtual', { findNext: isFirstRequest });
const [, result] = await foundInPage;
isFirstRequest = false;

Expand Down

0 comments on commit c99f545

Please sign in to comment.