Indenting resources by two spaces

Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
This commit is contained in:
Mohammad Zain Abbas 2022-07-31 12:39:23 +05:00 committed by GitHub
parent c074e8c020
commit 4088c4683e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -521,7 +521,7 @@ module Homebrew
info[:version][:latest] info[:version][:latest]
end end
puts "-- #{resource_s}: #{current_s} ==> #{latest_s}" puts " #{resource_s}: #{current_s} ==> #{latest_s}"
end end
end end