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

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

Issue 2256793002: Make docstrings more consistent using format-webkitpy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make fix_docstrings match function stricter and fix style/main.py. Created 4 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: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/crash_service.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/crash_service.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/crash_service.py
index c193d0b34b28885330fbd766e21c005df469c076..7a5141a4089bf3f5c47f8ac94a240631ea41b3b7 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/crash_service.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/crash_service.py
@@ -36,7 +36,7 @@ class CrashService(server_base.ServerBase):
def __init__(self, port_obj, crash_dumps_dir):
"""Args:
crash_dumps_dir: the absolute path to the directory where to store crash dumps
- """
+ """
# Webkit tests
super(CrashService, self).__init__(port_obj, port_obj.default_results_directory())
self._name = 'CrashService'

Powered by Google App Engine
This is Rietveld 408576698