aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--PRESUBMIT.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index dd6512b87b..0baf69c998 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -537,11 +537,6 @@ def PostUploadHook(cl, change, output_api):
if cq_master_to_trybots:
_AddCQExtraTrybotsToDesc(cq_master_to_trybots, new_description_lines)
- # Ensure that there's an empty line between the title and description.
- if len(new_description_lines) > 1:
- if new_description_lines[0] != '':
- new_description_lines.insert(1, '')
-
# If the description has changed update it.
if new_description_lines != original_description_lines:
cl.UpdateDescriptionFooters(new_description_lines, footers)