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

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

Issue 1806393002: Run yapf on files in webkit/layout_tests/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/print_layout_test_types.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types.py
index 2756dc5f804677923b528958e053d8662bcf1bf2..a84e2e81f84b6f283f832a4955d30f600030d5b6 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types.py
@@ -36,8 +36,7 @@ def main(host, argv):
parser = optparse.OptionParser()
parser.add_option('--test-list', action='append')
- parser.add_option('--type', action='append',
- help='limit to tests of type X (valid values %s)' % port.ALL_TEST_TYPES)
+ parser.add_option('--type', action='append', help='limit to tests of type X (valid values %s)' % port.ALL_TEST_TYPES)
options, args = parser.parse_args(argv)
finder = layout_test_finder.LayoutTestFinder(port, options)

Powered by Google App Engine
This is Rietveld 408576698