Skip to content
Snippets Groups Projects
Commit cc91273f authored by Xu Cheng's avatar Xu Cheng
Browse files

caveats: fix extra empty line

parent ca1f5dc7
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ class Caveats
end
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 << "\n\n#{f.keg_only_reason.to_s}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment