sqlight: fix style

This commit is contained in:
Bo Anderson
2023-12-15 17:38:11 +00:00
parent 43978056e2
commit 0078f46683
+1 -1
View File
@@ -21,7 +21,7 @@ cask "sqlight" do
js_file_data = Homebrew::Livecheck::Strategy.page_content("https://www.aurvan.com/#{js_file}")
next [] if js_file_data[:content].blank?
js_file_data[:content].scan(regex).map { |match| match&.first&.gsub("_", ".") }
js_file_data[:content].scan(regex).map { |match| match&.first&.tr("_", ".") }
end
end