From 197392b56d38a4f5225886f1a10e2ccaa51faa98 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 1 Jun 2017 04:06:40 -0700 Subject: Revert "Fix operator spacing." --- Library/Homebrew/dev-cmd/bottle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/dev-cmd/bottle.rb') diff --git a/Library/Homebrew/dev-cmd/bottle.rb b/Library/Homebrew/dev-cmd/bottle.rb index d8aefc4c0..e301cc423 100644 --- a/Library/Homebrew/dev-cmd/bottle.rb +++ b/Library/Homebrew/dev-cmd/bottle.rb @@ -248,7 +248,7 @@ module Homebrew mv "#{relocatable_tar_path}.gz", bottle_path end - if bottle_path.size > 1 * 1024 * 1024 + if bottle_path.size > 1*1024*1024 ohai "Detecting if #{filename} is relocatable..." end -- cgit v1.2.3