From 7744f181b96726d491ad875dc5720b7e0a861fd9 Mon Sep 17 00:00:00 2001 From: Lionell Loh Jian An Date: Fri, 19 Jun 2020 03:37:31 +0800 Subject: [PATCH] Update Library/Homebrew/dev-cmd/audit.rb Formatting change Co-authored-by: Mike McQuaid --- Library/Homebrew/dev-cmd/audit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index 007a91409f..af2589ce52 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -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