Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahima authored Aug 19, 2024
1 parent e821a08 commit 9bfd0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ferrum/context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def create_page(**options)
end

def create_target
target_params = {browserContextId: @id, url: "about:blank"}.compact
target_params = { browserContextId: @id, url: "about:blank" }.compact
@client.command("Target.createTarget", **target_params)
target = @pendings.take(@client.timeout)
raise NoSuchTargetError unless target.is_a?(Target)
Expand Down

0 comments on commit 9bfd0fb

Please sign in to comment.