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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py

Issue 1783073002: Run auto-formatter on files in webkitpy/layout_tests/. (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/layout_tests/lint_test_expectations.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
index f26f3f72bf42118ba71fa182f7c182c355db8168..69b1e9aa761768bd20e055e86e3b087934e25fd4 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
@@ -61,8 +61,8 @@ def lint(host, options):
try:
test_expectations.TestExpectations(port_to_lint,
- expectations_dict={expectations_file: expectations_dict[expectations_file]},
- is_lint_mode=True)
+ expectations_dict={expectations_file: expectations_dict[expectations_file]},
+ is_lint_mode=True)
except test_expectations.ParseError as e:
_log.error('')
for warning in e.warnings:

Powered by Google App Engine
This is Rietveld 408576698