Added a blank line before the output from print_latest_version in the debug output

This commit is contained in:
Mohammad Zain Abbas 2022-08-02 00:35:16 +02:00
parent 9c4b9b7e14
commit 609485cdd7

View File

@ -359,7 +359,7 @@ module Homebrew
info.except!(:meta) unless verbose
next info
end
puts if debug
print_latest_version(info, verbose: verbose, ambiguous_cask: ambiguous_casks.include?(formula_or_cask),
check_resource: false)