From d34ba7395bbbc49f933cb244323cd20e180b0609 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 30 May 2017 00:47:07 +0200 Subject: Fix operator spacing. --- Library/Homebrew/test/rubocops/formula_desc_cop_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Homebrew/test') diff --git a/Library/Homebrew/test/rubocops/formula_desc_cop_spec.rb b/Library/Homebrew/test/rubocops/formula_desc_cop_spec.rb index bc92291af..f6436d6a3 100644 --- a/Library/Homebrew/test/rubocops/formula_desc_cop_spec.rb +++ b/Library/Homebrew/test/rubocops/formula_desc_cop_spec.rb @@ -31,7 +31,7 @@ describe RuboCop::Cop::FormulaAuditStrict::Desc do source = <<-EOS.undent class Foo < Formula url 'http://example.com/foo-1.0.tgz' - desc '#{"bar"*30}' + desc '#{"bar" * 30}' end EOS @@ -55,8 +55,8 @@ describe RuboCop::Cop::FormulaAuditStrict::Desc do source = <<-EOS.undent class Foo < Formula url 'http://example.com/foo-1.0.tgz' - desc '#{"bar"*10}'\ - '#{"foo"*21}' + desc '#{"bar" * 10}'\ + '#{"foo" * 21}' end EOS -- cgit v1.2.3