diff options
| author | Mike McQuaid | 2016-09-11 17:43:09 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-09-11 21:48:06 +0100 |
| commit | e24a890e593d665e8f4bad2588879602e3918a87 (patch) | |
| tree | 62a095e3c253b3b5375a3a694c8f8d5606369a50 /Library | |
| parent | d937f239324380c839fae6e7ebf9ab97f31e370f (diff) | |
| download | brew-e24a890e593d665e8f4bad2588879602e3918a87.tar.bz2 | |
test/test_tab: fix Rubocop warnings.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/test_tab.rb | 2 |
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 |
