From 4088c4683e3a38250e12e226a88ff9fef58dd3ed Mon Sep 17 00:00:00 2001 From: Mohammad Zain Abbas Date: Sun, 31 Jul 2022 12:39:23 +0500 Subject: [PATCH] Indenting resources by two spaces Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com> --- Library/Homebrew/livecheck/livecheck.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/livecheck/livecheck.rb b/Library/Homebrew/livecheck/livecheck.rb index 484eefbf58..16b4ca54e3 100644 --- a/Library/Homebrew/livecheck/livecheck.rb +++ b/Library/Homebrew/livecheck/livecheck.rb @@ -521,7 +521,7 @@ module Homebrew info[:version][:latest] end - puts "-- #{resource_s}: #{current_s} ==> #{latest_s}" + puts " #{resource_s}: #{current_s} ==> #{latest_s}" end end