diff options
| author | Xu Cheng | 2015-08-06 15:45:52 +0800 | 
|---|---|---|
| committer | Xu Cheng | 2015-08-06 17:23:56 +0800 | 
| commit | b121e5fd7be1b1984e51caa6a369dd8faf70a57a (patch) | |
| tree | 7bf8eb9f259479e8c445e2d991bec251a2cc5324 /Library/Homebrew/formula_cellar_checks.rb | |
| parent | 3f8ce5f1a95307a2a836afbbf51565d890ff676f (diff) | |
| download | brew-b121e5fd7be1b1984e51caa6a369dd8faf70a57a.tar.bz2 | |
more core file style updated by rubocop
Diffstat (limited to 'Library/Homebrew/formula_cellar_checks.rb')
| -rw-r--r-- | Library/Homebrew/formula_cellar_checks.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_cellar_checks.rb b/Library/Homebrew/formula_cellar_checks.rb index 0c62687ac..071b3f4dd 100644 --- a/Library/Homebrew/formula_cellar_checks.rb +++ b/Library/Homebrew/formula_cellar_checks.rb @@ -152,7 +152,7 @@ module FormulaCellarChecks        object files were linked against system openssl        These object files were linked against the deprecated system OpenSSL.        Adding `depends_on "openssl"` to the formula may help. -        #{system_openssl  * "\n        "} +        #{system_openssl * "\n        "}      EOS    end  | 
