From 4f45ddd55b4ed56366b116f8e682055e18793f3c Mon Sep 17 00:00:00 2001 From: lionellloh Date: Tue, 28 Jul 2020 21:04:45 +0800 Subject: [PATCH] brew style --fix --- Library/Homebrew/test/dev-cmd/audit_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/test/dev-cmd/audit_spec.rb b/Library/Homebrew/test/dev-cmd/audit_spec.rb index c91fee04ef..87c65925b3 100644 --- a/Library/Homebrew/test/dev-cmd/audit_spec.rb +++ b/Library/Homebrew/test/dev-cmd/audit_spec.rb @@ -86,9 +86,9 @@ module Homebrew let(:custom_spdx_id) { "zzz" } let(:standard_mismatch_spdx_id) { "0BSD" } - let(:license_array) { ['0BSD', 'GPL-3.0'] } - let(:license_array_mismatch) { ['0BSD', 'MIT'] } - let(:license_array_nonstandard) { ['0BSD', 'zzz', 'MIT'] } + let(:license_array) { ["0BSD", "GPL-3.0"] } + let(:license_array_mismatch) { ["0BSD", "MIT"] } + let(:license_array_nonstandard) { ["0BSD", "zzz", "MIT"] } it "does not check if the formula is not a new formula" do fa = formula_auditor "foo", <<~RUBY, spdx_data: spdx_data, new_formula: false