Update Library/Homebrew/dev-cmd/audit.rb

Formatting change

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Lionell Loh Jian An 2020-06-19 03:37:31 +08:00 committed by GitHub
parent fcc2f4cfd6
commit 7744f181b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -361,8 +361,8 @@ module Homebrew
github_license = GitHub.get_repo_license(user, repo)
return if github_license && (github_license == formula.license)
problem "License mismatch - Github license is: #{github_license}, "\
"but Formulae license states: #{formula.license}."
problem "License mismatch - GitHub license is: #{github_license}, "\
"but Formulae license states: #{formula.license}."
else
problem "#{formula.license} is not a standard SPDX license id."
end