From 36dc701cfb70724857a777728f878ca9364060c4 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 28 Sep 2012 21:06:48 -0500 Subject: [PATCH] Remove extra newline Signed-off-by: Jack Nagel --- Library/Homebrew/download_strategy.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index bb01eb864c..6271ff34cd 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -458,7 +458,6 @@ class MercurialDownloadStrategy < AbstractDownloadStrategy def cached_location; @clone; end - def hgpath @path ||= %W[ #{which("hg")}