Skip to content

Commit

Permalink
Fix WATCHLISTS.
Browse files Browse the repository at this point in the history
Remove 'l' character that was added at the end of line 816 in crrev.com/228265

That character broke it.

BUG=None
TEST=verity that python ~/depot_tools/watchlists.py ui/views works again,
and also on 'git cl upload'.
TBR=ben@chromium.org

Review URL: https://codereview.chromium.org/26429004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228393 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
tfarina@chromium.org committed Oct 13, 2013
1 parent aabc1e8 commit 2b1a873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WATCHLISTS
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@
'glider+watch@chromium.org',
'timurrrr+watch@chromium.org'],
'views': ['tfarina@chromium.org'],
'views_core': ['ben+views@chromium.org'],l
'views_core': ['ben+views@chromium.org'],
'views_corewm': ['ben+corewm@chromium.org'],
'webkit': ['darin-cc@chromium.org'],
'webrtc_media': ['wjia+watch@chromium.org'],
Expand Down

0 comments on commit 2b1a873

Please sign in to comment.