Fix style

This commit is contained in:
William Ma 2020-07-26 22:12:08 -04:00
parent 2188b268de
commit f1b6a8debd

View File

@ -40,7 +40,7 @@ module Homebrew
"Cask commands" => Commands.cask_internal_commands,
"External cask commands" => Commands.cask_external_commands,
}.each do |title, commands|
next if commands.blank?
next if commands.blank?
puts if prepend_separator
ohai title, Formatter.columns(commands)