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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/style/main_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/main_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/main_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/main_unittest.py
index e0191687a2f56439a68a586090189e5ee0e4eebd..c2c0434b99aa651a88d8aec8566bbf7bfc0dc4dd 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/main_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/main_unittest.py
@@ -60,7 +60,7 @@ class ChangeDirectoryTest(unittest.TestCase):
paths = ["/WebKit/foo1.txt", "/outside/foo2.txt"]
paths = self._change_directory(checkout_root=self._checkout_root, paths=paths)
log_messages = [
-"""WARNING: Path-dependent style checks may not work correctly:
+ """WARNING: Path-dependent style checks may not work correctly:
One of the given paths is outside the WebKit checkout of the current
working directory:
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/style/main.py ('k') | third_party/WebKit/Tools/Scripts/webkitpy/style/optparser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698