From 52de5aa9847d700b63c70ec75c1a98dc848c43e4 Mon Sep 17 00:00:00 2001
From: Dominyk Tiller <dominyktiller@gmail.com>
Date: Mon, 13 Jul 2015 18:13:45 +0100
Subject: [PATCH] doctor: remove redundant EOS

Closes Homebrew/homebrew#41667
---
 Library/Homebrew/cmd/doctor.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 082c6e06f9..1f529c4808 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -279,7 +279,6 @@ if MacOS.version >= "10.9"
         Xcode can be updated from
           https://developer.apple.com/downloads
         EOS
-        EOS
       end
     end
   else
-- 
GitLab