utils/bottles: tweak syntax.

This commit is contained in:
Mike McQuaid 2024-01-30 17:15:13 +00:00 committed by GitHub
parent 9088cf9be0
commit 176095a826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,9 +118,9 @@ module Utils
else
tab = Tab.for_keg(keg)
if tab.runtime_dependencies.nil?
tab.runtime_dependencies = begin
f_runtime_deps = formula.runtime_dependencies(read_from_tab: false)
tab.runtime_dependencies = Tab.runtime_deps_hash(formula, f_runtime_deps)
Tab.runtime_deps_hash(formula, f_runtime_deps)
end
tab