Skip to content

Commit

Permalink
brew style --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dduugg committed Jan 19, 2024
1 parent 6273147 commit 4cd6c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/livecheck/strategy/gnu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Gnu
^https?://
(?:(?:[^/]+?\.)*gnu\.org/(?:gnu|software)/(?<project_name>[^/]+)/
|(?<project_name>[^/]+)\.gnu\.org/?$)
}ix.freeze, Regexp)
}ix, Regexp)

# Whether the strategy can be applied to the provided URL.
#
Expand Down

0 comments on commit 4cd6c51

Please sign in to comment.