From af3010758a901201bad0dc37e2b861f15b2d0651 Mon Sep 17 00:00:00 2001 From: Chris Tompkinson Date: Tue, 10 Mar 2020 10:51:20 +0000 Subject: [PATCH] appease rubocop --- Library/Homebrew/test/download_strategies_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/download_strategies_spec.rb b/Library/Homebrew/test/download_strategies_spec.rb index 0d8cc669be..f24857652e 100644 --- a/Library/Homebrew/test/download_strategies_spec.rb +++ b/Library/Homebrew/test/download_strategies_spec.rb @@ -245,7 +245,7 @@ describe CurlDownloadStrategy do context "with headers set" do alias_matcher :a_string_matching, :match - let(:specs) { { headers: ["foo", "bar"]} } + let(:specs) { { headers: ["foo", "bar"] } } it "adds the appropriate curl args" do expect(subject).to receive(:system_command!) { |*, args:, **|