From 83caa428765d651fbe633441815977130067a615 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Thu, 6 Jun 2024 11:30:11 -0400 Subject: [PATCH] attestation_spec: style fix Signed-off-by: William Woodruff --- Library/Homebrew/test/attestation_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/test/attestation_spec.rb b/Library/Homebrew/test/attestation_spec.rb index 916e39ca38..7698a7f07f 100644 --- a/Library/Homebrew/test/attestation_spec.rb +++ b/Library/Homebrew/test/attestation_spec.rb @@ -12,7 +12,8 @@ RSpec.describe Homebrew::Attestation do let(:fake_bottle_url) { "https://example.com/#{fake_bottle_filename}" } let(:fake_bottle_tag) { instance_double(Utils::Bottles::Tag, to_sym: :faketag) } let(:fake_bottle) do - instance_double(Bottle, cached_download:, filename: fake_bottle_filename, url: fake_bottle_url, tag: fake_bottle_tag) + instance_double(Bottle, cached_download:, filename: fake_bottle_filename, url: fake_bottle_url, + tag: fake_bottle_tag) end let(:fake_result_invalid_json) { instance_double(SystemCommand::Result, stdout: "\"invalid JSON") } let(:fake_result_json_resp) do