From e07273a1105e1d7dc71a1230317b8ef699e34192 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sat, 29 Jun 2024 11:42:24 -0400 Subject: [PATCH] Remove redundant early return in livecheck `skip_conditions` --- Library/Homebrew/livecheck/skip_conditions.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/livecheck/skip_conditions.rb b/Library/Homebrew/livecheck/skip_conditions.rb index 3a3effd910..58577b2d83 100644 --- a/Library/Homebrew/livecheck/skip_conditions.rb +++ b/Library/Homebrew/livecheck/skip_conditions.rb @@ -230,7 +230,6 @@ module Homebrew when Resource RESOURCE_CHECKS end - return {} unless checks checks.each do |method_name| skip_hash = case method_name