license-forbidden: indent style

This commit is contained in:
lionellloh 2020-07-02 00:26:24 +08:00 committed by Lionell
parent 80887e649b
commit aaa51fb71e

View File

@ -348,8 +348,8 @@ def forbidden_license_check(f)
forbidden_licenses = ENV["HOMEBREW_FORBIDDEN_LICENSES"].split(" ")
if forbidden_licenses.include? f.license
raise CannotInstallFormulaError , <<~EOS
#{f.name} has a forbidden license #{f.license}.
raise CannotInstallFormulaError, <<~EOS
#{f.name} has a forbidden license #{f.license}.
EOS
end