From 2349c1fc106d4335964ea41465a9fa8ab00e4262 Mon Sep 17 00:00:00 2001 From: Baffour Adu Boampong Date: Mon, 10 Aug 2020 21:38:01 +0000 Subject: [PATCH] brew style fixes --- Library/Homebrew/test/utils/livecheck_formula_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/utils/livecheck_formula_spec.rb b/Library/Homebrew/test/utils/livecheck_formula_spec.rb index 0ce2f3031e..36ac6bf3a5 100644 --- a/Library/Homebrew/test/utils/livecheck_formula_spec.rb +++ b/Library/Homebrew/test/utils/livecheck_formula_spec.rb @@ -8,7 +8,7 @@ describe LivecheckFormula do install_test_formula "testball" formatted_response = described_class.init("testball") - + expect(formatted_response).not_to be_nil expect(formatted_response).to be_a(Hash) expect(formatted_response.size).not_to eq(0)