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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/style/patchreader_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/patchreader_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/patchreader_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/patchreader_unittest.py
index 05d36d9fe5a3706488ff8fc5afadcc2dd9574ccb..e96e5b64a276ace7a7e1a08e9817606f53b014a9 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/patchreader_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/patchreader_unittest.py
@@ -63,9 +63,9 @@ class PatchReaderTest(unittest.TestCase):
def _assert_checked(self, passed_to_process_file, delete_only_file_count):
self.assertEqual(self._file_reader.passed_to_process_file,
- passed_to_process_file)
+ passed_to_process_file)
self.assertEqual(self._file_reader.delete_only_file_count,
- delete_only_file_count)
+ delete_only_file_count)
def test_check_patch(self):
# The modified line_numbers array for this patch is: [2].

Powered by Google App Engine
This is Rietveld 408576698