mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Fix brew style
This commit is contained in:
parent
8a169364a8
commit
b2cf1822fa
@ -369,7 +369,7 @@ module Homebrew
|
||||
end
|
||||
|
||||
def pr_check_conflicts(name, tap_remote_repo, pr)
|
||||
hash_template = Proc.new { |h, k| h[k] = [] }
|
||||
hash_template = proc { |h, k| h[k] = [] }
|
||||
long_build_pr_files = GitHub.search_issues(
|
||||
"org:#{name}", repo: tap_remote_repo, state: "open", label: "\"no long build conflict\""
|
||||
).each_with_object(Hash.new(hash_template)) do |long_build_pr, hash|
|
||||
|
Loading…
x
Reference in New Issue
Block a user