Commit ad85cd00 by Geoff Lang Committed by Commit Bot

Fix quotes around emails in WATCHLISTS

Quotes were around the entire list of emails instead of around individual ones. Change-Id: Ice783622eb31981f606f49f57984a15771ace995 Bug: None Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2159290 Commit-Queue: Geoff Lang <geofflang@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarTim Van Patten <timvp@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 902b5587
......@@ -19,8 +19,8 @@
# Please keep alphabetical
##############################################################################
'WATCHLISTS': {
'vulkan': ['cclao+angleWatchVk@google.com,
jmadill+watch@chromium.org,
timvp+angleWatchVk@google.com'],
'vulkan': ['cclao+angleWatchVk@google.com',
'jmadill+watch@chromium.org',
'timvp+angleWatchVk@google.com'],
},
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment