Use correct syntax to define 1-tuple

[email protected]

Bug: 831171
Change-Id: Ida71a6072a3b25910bdda8fa4f15901349c7c8a0
Reviewed-on: https://chromium-review.googlesource.com/1100461
Reviewed-by: Sergiy Byelozyorov <[email protected]>
Commit-Queue: Sergiy Byelozyorov <[email protected]>
Cr-Commit-Position: refs/heads/master@{#567187}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 2278bd9..14c6c8764 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -660,7 +660,7 @@
               'src-internal', 'webrtc')
   ) | set('%[email protected]' % s for s in ('findit-for-me',)
   ) | set('%[email protected]' % s
-    for s in ('v8-ci-autoroll-builder'))
+          for s in ('v8-ci-autoroll-builder',))
 
 
 def _CheckNoProductionCodeUsingTestOnlyFunctions(input_api, output_api):