Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(838)

Issue 6674049: Fix some of the spacing in the description. (Closed)

Created:
9 years, 9 months ago by Dirk Pranke
Modified:
9 years, 7 months ago
Reviewers:
chase, M-A Ruel
CC:
chromium-reviews, M-A Ruel
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M gcl.py View 1 chunk +7 lines, -2 lines 4 comments Download

Messages

Total messages: 4 (0 generated)
Dirk Pranke
9 years, 9 months ago (2011-03-17 03:06:48 UTC) #1
M-A Ruel
lgtm with optional nits http://codereview.chromium.org/6674049/diff/1/gcl.py File gcl.py (right): http://codereview.chromium.org/6674049/diff/1/gcl.py#newcode1106 gcl.py:1106: reviewers_re.match(l) for l in description.splitlines()): ...
9 years, 9 months ago (2011-03-17 13:13:08 UTC) #2
chase
lgtm
9 years, 9 months ago (2011-03-17 17:54:48 UTC) #3
Dirk Pranke
9 years, 9 months ago (2011-03-17 18:44:38 UTC) #4
http://codereview.chromium.org/6674049/diff/1/gcl.py
File gcl.py (right):

http://codereview.chromium.org/6674049/diff/1/gcl.py#newcode1106
gcl.py:1106: reviewers_re.match(l) for l in description.splitlines()):
On 2011/03/17 13:13:08, Marc-Antoine Ruel wrote:
> optional style nit: I'd rather this to save a line but I don't really mind:
> 
> if not any(
>     re.match(REVIEWERS_REGEX, l) for l in description.splitlines()):

Done.

http://codereview.chromium.org/6674049/diff/1/gcl.py#newcode1109
gcl.py:1109: if not description.endswith('\n'):
On 2011/03/17 13:13:08, Marc-Antoine Ruel wrote:
> description = description.rstrip() + '\n'

Done.

Powered by Google App Engine
This is Rietveld 408576698