commit | 5416b3a65aae39fa2e8584bd006c6aa2a4ae6f9a | [log] [tgz] |
---|---|---|
author | Erik Chen <erikchen@chromium.org> | Fri Jun 07 19:49:03 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 07 19:49:03 2024 |
tree | 05ea66f721b9b68aebf9c2ed8283ab5f3fe64110 | |
parent | c17a4faaa39fb75231a7095cd7baad714b927fcb [diff] |
Fix presubmit line wrap. The explanation parameter is an iterable. The previous explanations were written as ("explanation") which becomes a string iterable, one character per line. This should instead be ("explanation",), which is a one-tuple. Change-Id: Ided5a74938300dd3eab73bdeec9eb5cc1e756459 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5605485 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1312186}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.