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

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

Issue 546133003: Reformat webkitpy.layout_tests w/ format-webkitpy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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: Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py b/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
index 70c04f68860521c195fec266e4a1d2eda519f92b..91c42204052c06f36f697b9684ee498fbe18739f 100644
--- a/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
+++ b/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
@@ -64,8 +64,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:
lint_failed = True
_log.error('')

Powered by Google App Engine
This is Rietveld 408576698