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' |