aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-09-11 17:43:09 +0100
committerMike McQuaid2016-09-11 21:48:06 +0100
commite24a890e593d665e8f4bad2588879602e3918a87 (patch)
tree62a095e3c253b3b5375a3a694c8f8d5606369a50 /Library
parentd937f239324380c839fae6e7ebf9ab97f31e370f (diff)
downloadbrew-e24a890e593d665e8f4bad2588879602e3918a87.tar.bz2
test/test_tab: fix Rubocop warnings.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_tab.rb b/Library/Homebrew/test/test_tab.rb
index 962bfc602..0b8fb2a64 100644
--- a/Library/Homebrew/test/test_tab.rb
+++ b/Library/Homebrew/test/test_tab.rb
@@ -24,7 +24,7 @@ class TabTests < Homebrew::TestCase
"stable" => "0.10",
"devel" => "0.14",
"head" => "HEAD-1111111",
- }
+ },
})
end