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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/common_unittest.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/checkers/common_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/common_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/common_unittest.py
index 6f87dcdae6f4799ed85edcf6ee1f59d042041c7d..6200accee4f183cee2b303ba90acdadc45bdf226 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/common_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/common_unittest.py
@@ -33,6 +33,8 @@ from common import TabChecker
# of a checker's categories are covered by the unit tests.
# Such shared code can be located in a shared test file, perhaps
# even this file.
+
+
class CarriageReturnCheckerTest(unittest.TestCase):
"""Tests check_no_carriage_return()."""
@@ -43,7 +45,7 @@ class CarriageReturnCheckerTest(unittest.TestCase):
"better to use only a \\n")
def setUp(self):
- self._style_errors = [] # The list of accumulated style errors.
+ self._style_errors = [] # The list of accumulated style errors.
def _mock_style_error_handler(self, line_number, category, confidence,
message):

Powered by Google App Engine
This is Rietveld 408576698