docs/Formula-Cookbook: Fix markdownlint "multiple blank lines"

This commit is contained in:
Issy Long 2023-02-04 15:38:50 +01:00 committed by GitHub
parent 8f01281f3d
commit a640c50a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,6 @@ A `Hash` (e.g. `=>`) adds information to a dependency. Given a string or symbol,
depends_on "foo" => :optional # Generated description would otherwise be "Build with foo support"
```
### Specifying conflicts with other formulae
Sometimes theres a hard conflict between formulae that cant be avoided or circumvented with [`keg_only`](https://rubydoc.brew.sh/Formula#keg_only-class_method).