Remove another unused default argument

This commit is contained in:
Jack Nagel 2015-05-29 00:20:05 -04:00
parent f80748096d
commit 0fc906b03d

View File

@ -48,7 +48,7 @@ class FormulaVersions
end
end
def bottle_version_map(branch="HEAD")
def bottle_version_map(branch)
map = Hash.new { |h, k| h[k] = [] }
rev_list(branch) do |rev|
formula_at_revision(rev) do |f|