From b7c55422b55b96c9fee23bdbe366e54097b05ba0 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 28 Mar 2023 08:49:05 +0100 Subject: [PATCH] cmd/update-report: avoid unnecessary EOS. Co-authored-by: Douglas Eichelberger --- Library/Homebrew/cmd/update-report.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Library/Homebrew/cmd/update-report.rb b/Library/Homebrew/cmd/update-report.rb index 23e1596708..41e67f8c9f 100644 --- a/Library/Homebrew/cmd/update-report.rb +++ b/Library/Homebrew/cmd/update-report.rb @@ -697,9 +697,7 @@ class ReporterHub return if msg.blank? puts - puts <<~EOS - You have #{msg} installed. - EOS + puts "You have #{msg} installed." # If we're auto-updating, don't need to suggest commands that we're perhaps # already running. return if auto_update