Skip to content

Commit

Permalink
Fix lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed May 23, 2021
1 parent efb3da5 commit a91b179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/browser/testing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def self.bot_user_agents
end

def self.search_engine_user_agents
@search_engine_user_agents ||= begin
YAML.load_file(Browser.root.join("test/ua_search_engines.yml"))
end
@search_engine_user_agents ||= YAML.load_file(
Browser.root.join("test/ua_search_engines.yml")
)
end

def self.[](key)
Expand Down

0 comments on commit a91b179

Please sign in to comment.