From 1ff57066de111c422ebcf019b82539daad3751b3 Mon Sep 17 00:00:00 2001 From: Adam Bender Date: Sun, 8 Sep 2019 12:52:48 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 267881471 --- review/reviewer/looking-for.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/review/reviewer/looking-for.md b/review/reviewer/looking-for.md index 4637058..d5b6d07 100644 --- a/review/reviewer/looking-for.md +++ b/review/reviewer/looking-for.md @@ -119,8 +119,8 @@ The author of the CL should not include major style changes combined with other changes. It makes it hard to see what is being changed in the CL, makes merges and rollbacks more complex, and causes other problems. For example, if the author wants to reformat the whole file, have them send you just the -reformatting to as one CL, and then send another CL with their functional -changes after that. +reformatting as one CL, and then send another CL with their functional changes +after that. ## Documentation