From 4cd6c51b42f26ff4590fc58df11e53241e4cd826 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Fri, 19 Jan 2024 13:38:54 -0800 Subject: [PATCH] brew style --fix --- Library/Homebrew/livecheck/strategy/gnu.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/livecheck/strategy/gnu.rb b/Library/Homebrew/livecheck/strategy/gnu.rb index 40b485274c819f..090d8d0be1725a 100644 --- a/Library/Homebrew/livecheck/strategy/gnu.rb +++ b/Library/Homebrew/livecheck/strategy/gnu.rb @@ -36,7 +36,7 @@ class Gnu ^https?:// (?:(?:[^/]+?\.)*gnu\.org/(?:gnu|software)/(?[^/]+)/ |(?[^/]+)\.gnu\.org/?$) - }ix.freeze, Regexp) + }ix, Regexp) # Whether the strategy can be applied to the provided URL. #