repair style

This commit is contained in:
hyuraku 2023-02-07 23:53:09 +09:00
parent 853421e968
commit ddf4d6af79

View File

@ -234,7 +234,7 @@ module Homebrew
system "/usr/bin/sudo", "--non-interactive", "/usr/sbin/purge" system "/usr/bin/sudo", "--non-interactive", "/usr/sbin/purge"
end end
def setup_tar_and_args!(args, _mtime) def setup_tar_and_args!(_args, _mtime)
# Without --only-json-tab bottles are never reproducible # Without --only-json-tab bottles are never reproducible
["tar", [].freeze].freeze ["tar", [].freeze].freeze
end end