diff --git a/Library/Homebrew/formula_cellar_checks.rb b/Library/Homebrew/formula_cellar_checks.rb index 91a559dfad..4ab4a32d0b 100644 --- a/Library/Homebrew/formula_cellar_checks.rb +++ b/Library/Homebrew/formula_cellar_checks.rb @@ -84,7 +84,7 @@ module FormulaCellarChecks <<~EOS Non-executables were installed to "#{bin}" The offending files are: - #{non_exes * "\n "} + #{non_exes * "\n "} EOS end