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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/style/error_handlers.py

Issue 1839193004: Run auto-formatter (autopep8) on webkitpy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/style/error_handlers.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/error_handlers.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/error_handlers.py
index 99d5cb33be95396b7bc717fa7a64b5cc21dcf810..ebd8a4d30bb8ea615a4956346ba2a95376579ade 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/error_handlers.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/error_handlers.py
@@ -107,7 +107,7 @@ class DefaultStyleErrorHandler(object):
def _add_reportable_error(self, category):
"""Increment the error count and return the new category total."""
- self._increment_error_count() # Increment the total.
+ self._increment_error_count() # Increment the total.
# Increment the category total.
if not category in self._category_totals:

Powered by Google App Engine
This is Rietveld 408576698