From 4e090530b11bbd61c13024bbdb1ef82387b5fb86 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 10 Sep 2016 10:24:57 +0100 Subject: cmd/log: fix Rubocop warnings. --- Library/Homebrew/cmd/log.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/log.rb b/Library/Homebrew/cmd/log.rb index a07107170..9492c1e1e 100644 --- a/Library/Homebrew/cmd/log.rb +++ b/Library/Homebrew/cmd/log.rb @@ -18,7 +18,7 @@ module Homebrew private - def git_log(path=nil) + def git_log(path = nil) if File.exist? "#{`git rev-parse --show-toplevel`.chomp}/.git/shallow" opoo <<-EOS.undent The git repository is a shallow clone therefore the filtering may be incorrect. -- cgit v1.2.3