diff --git a/review/reviewer/looking-for.md b/review/reviewer/looking-for.md index cf5e6ea..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 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