From c3516cf4726c6c40b7a2ab7ce9e130e6dfb3bdfc Mon Sep 17 00:00:00 2001 From: feu Date: Wed, 25 Jul 2018 16:52:21 -0300 Subject: [PATCH] removing unintentional added spaces --- Library/Homebrew/download_strategy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index eecd2797af..a096187e2c 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -131,7 +131,7 @@ class VCSDownloadStrategy < AbstractDownloadStrategy end def cached_location - @clone + @clone end delegate head?: :version