mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
twitch-studio: Fix RuboCop Performance/MapCompact offenses
This commit is contained in:
@@ -11,7 +11,7 @@ cask "twitch-studio" do
|
||||
livecheck do
|
||||
url :url
|
||||
strategy :extract_plist do |versions|
|
||||
versions.values.map(&:short_version).compact.first
|
||||
versions.values.filter_map(&:short_version).first
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user