caveats: fix extra empty line
This commit is contained in:
parent
ca1f5dc713
commit
cc91273f8b
@ -32,7 +32,7 @@ class Caveats
|
|||||||
end
|
end
|
||||||
|
|
||||||
def keg_only_text
|
def keg_only_text
|
||||||
return "" unless f.keg_only?
|
return unless f.keg_only?
|
||||||
|
|
||||||
s = "This formula is keg-only, which means it was not symlinked into #{HOMEBREW_PREFIX}."
|
s = "This formula is keg-only, which means it was not symlinked into #{HOMEBREW_PREFIX}."
|
||||||
s << "\n\n#{f.keg_only_reason.to_s}"
|
s << "\n\n#{f.keg_only_reason.to_s}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user