From edc14c37866ce1d50f0e9f15e7b4d93923505bdd Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Mon, 25 Jul 2022 08:56:10 +0200 Subject: [PATCH] Fix style --- Library/Homebrew/test/formulary_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/test/formulary_spec.rb b/Library/Homebrew/test/formulary_spec.rb index b303cb3ec0..8e0708d692 100644 --- a/Library/Homebrew/test/formulary_spec.rb +++ b/Library/Homebrew/test/formulary_spec.rb @@ -335,7 +335,8 @@ describe Formulary do end it "returns a Formula without duplicated deps and uses_from_macos with variations on Linux", :needs_linux do - allow(Homebrew::API::Formula).to receive(:all_formulae).and_return formula_json_contents(linux_variations_json) + allow(Homebrew::API::Formula) + .to receive(:all_formulae).and_return formula_json_contents(linux_variations_json) allow(Utils::Bottles).to receive(:tag).and_return(:arm64_monterey) formula = described_class.factory(formula_name)