aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tab.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-09-24 19:24:46 +0100
committerMike McQuaid2017-09-24 21:23:59 +0100
commit01e9ec9a9f723b2ef89c7adfaea39f9e4db9aede (patch)
treeee2cba40aabe7bd2b103f75cb61d5af3a83104d3 /Library/Homebrew/tab.rb
parent9eb51db400261545822c8c03c2e9d587d70e8ad0 (diff)
downloadbrew-01e9ec9a9f723b2ef89c7adfaea39f9e4db9aede.tar.bz2
Rubocop: automatic rule fixes.
Diffstat (limited to 'Library/Homebrew/tab.rb')
-rw-r--r--Library/Homebrew/tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb
index e7df88356..af19cabe6 100644
--- a/Library/Homebrew/tab.rb
+++ b/Library/Homebrew/tab.rb
@@ -324,7 +324,7 @@ class Tab < OpenStruct
"poured_from_bottle" => poured_from_bottle,
"installed_as_dependency" => installed_as_dependency,
"installed_on_request" => installed_on_request,
- "changed_files" => changed_files && changed_files.map(&:to_s),
+ "changed_files" => changed_files&.map(&:to_s),
"time" => time,
"source_modified_time" => source_modified_time.to_i,
"HEAD" => self.HEAD,