Apply suggestions from code review

https://github.com/Homebrew/brew/pull/17373#pullrequestreview-2104523770

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Daiki Mizukami 2024-06-08 07:58:57 +09:00
parent b2ddeecdd9
commit a4271fdad1
No known key found for this signature in database
GPG Key ID: 10478E598B944AA2

View File

@ -40,10 +40,8 @@ module Utils
private private
GENERIC_FLAGS = [].freeze
def extra_flags def extra_flags
GENERIC_FLAGS [].freeze
end end
end end
end end