diff --git a/Library/Homebrew/livecheck/strategy/sparkle.rb b/Library/Homebrew/livecheck/strategy/sparkle.rb index 72e5d607e7..a5d277317f 100644 --- a/Library/Homebrew/livecheck/strategy/sparkle.rb +++ b/Library/Homebrew/livecheck/strategy/sparkle.rb @@ -14,8 +14,6 @@ module Homebrew class Sparkle < PageMatch extend T::Sig - NICE_NAME = "Sparkle" - Item = Struct.new(:title, :url, :bundle_version, :short_version, :version, keyword_init: true) do extend T::Sig