Commit 72272996 authored by Daniel Bratell's avatar Daniel Bratell Committed by Commit Bot

Remove duplicate assignment of same variable in presubmit code

Change-Id: I04261053a37db078e2aff579ab4521056cce673c
Reviewed-on: https://chromium-review.googlesource.com/931555Reviewed-by: 's avatarAaron Gable <agable@chromium.org>
Commit-Queue: Daniel Bratell <bratell@opera.com>
parent 543dc3e4
......@@ -137,8 +137,6 @@ class _PresubmitResult(object):
"""
self._message = message
self._items = items or []
if items:
self._items = items
self._long_text = long_text.rstrip()
def handle(self, output):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment