Skip to content

Commit 4cd6c51

Browse files
committed
brew style --fix
1 parent 6273147 commit 4cd6c51

File tree

1 file changed

+1
-1
lines changed
  • Library/Homebrew/livecheck/strategy

1 file changed

+1
-1
lines changed

Library/Homebrew/livecheck/strategy/gnu.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Gnu
3636
^https?://
3737
(?:(?:[^/]+?\.)*gnu\.org/(?:gnu|software)/(?<project_name>[^/]+)/
3838
|(?<project_name>[^/]+)\.gnu\.org/?$)
39-
}ix.freeze, Regexp)
39+
}ix, Regexp)
4040

4141
# Whether the strategy can be applied to the provided URL.
4242
#

0 commit comments

Comments
 (0)