From c131152e45c808d5eeaaf04dc1e4a497ddd9081d Mon Sep 17 00:00:00 2001 From: "A. Googler" Date: Mon, 1 Jun 2020 11:16:57 -0700 Subject: [PATCH] Auto-format files. PiperOrigin-RevId: 314166066 --- review/developer/index.md | 6 +++--- review/index.md | 11 ++++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/review/developer/index.md b/review/developer/index.md index f445d496..c63f9aae 100644 --- a/review/developer/index.md +++ b/review/developer/index.md @@ -8,9 +8,9 @@ helpful to read the whole set. - [Writing Good CL Descriptions](cl-descriptions.md) - [Small CLs](small-cls.md) -- WANT_LGTM to clarify the expectation when a CL is sent to multiple - reviewers. You can use `WANT_LGTM=any` (the default behavior) or - `WANT_LGTM=all` to clarify. +- WANT_LGTM to clarify the expectation when a CL is + sent to multiple reviewers. You can use `WANT_LGTM=any` (the default + behavior) or `WANT_LGTM=all` to clarify. - [How to Handle Reviewer Comments](handling-comments.md) See also [How to Do a Code Review](../reviewer/), which gives detailed guidance diff --git a/review/index.md b/review/index.md index f5a73fac..f78c5045 100644 --- a/review/index.md +++ b/review/index.md @@ -17,8 +17,8 @@ documents that are a part of this guide: - **[How To Do A Code Review](reviewer/index.md)**: A detailed guide for code reviewers. -- **[The CL Author's Guide](developer/index.md)**: A detailed guide for developers - whose CLs are going through review. +- **[The CL Author's Guide](developer/index.md)**: A detailed guide for + developers whose CLs are going through review. ## What Do Code Reviewers Look For? {#look_for} @@ -64,6 +64,7 @@ developer of the change speaks only when spoken to. ## See Also {#seealso} -- [How To Do A Code Review](reviewer/index.md): A detailed guide for code reviewers. -- [The CL Author's Guide](developer/index.md): A detailed guide for developers whose - CLs are going through review. +- [How To Do A Code Review](reviewer/index.md): A detailed guide for code + reviewers. +- [The CL Author's Guide](developer/index.md): A detailed guide for developers + whose CLs are going through review.