Skip to content

Commit

Permalink
fix Style/TrailingCommaInArrayLiteral
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Jun 20, 2022
1 parent 42f24f3 commit 83cfc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppeteer/frame_manager.rb
Expand Up @@ -78,7 +78,7 @@ def initialize(client, page, ignore_https_errors, timeout_settings)
autoAttach: true,
waitForDebuggerOnStart: false,
flatten: true,
})
}),
].compact
results = await_all(*promises)
frame_tree = results[1]['frameTree']
Expand Down

0 comments on commit 83cfc5f

Please sign in to comment.