diff options
| author | Mike McQuaid | 2017-11-10 14:22:39 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2017-11-10 14:22:39 +0000 | 
| commit | 4d4722c97c2e92f1fd17ed056f5a700e881eab4d (patch) | |
| tree | 1612fbfdabe6212095123b815e198830ff91b770 /docs/Formula-Cookbook.md | |
| parent | 219f9691ef6ece820c528dc280d1b253c2a40412 (diff) | |
| download | brew-4d4722c97c2e92f1fd17ed056f5a700e881eab4d.tar.bz2 | |
Remove more uses of EOS.undent.
Diffstat (limited to 'docs/Formula-Cookbook.md')
| -rw-r--r-- | docs/Formula-Cookbook.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index 0266d39e5..b40c765c6 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -553,7 +553,7 @@ Sometimes a package fails to build when using a certain compiler. Since recent [  ```ruby  fails_with :llvm do    build 2335 -  cause <<-EOS.undent +  cause <<~EOS      The "cause" field should include a short summary of the error. Include      the URLs of any relevant information, such as upstream bug reports. Wrap      the text at a sensible boundary (~72-80 characters), but do not break | 
