Index: third_party/WebKit/Tools/Scripts/webkitpy/style/main.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/main.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/main.py |
index a5fe9bb4f7e28a6aab4e7521942b33d9ba2d8b04..5ac27043f9949945889ab9c1f0471302ce115589 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/main.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/main.py |
@@ -57,7 +57,6 @@ def change_directory(filesystem, checkout_root, paths): |
This argument can be None or the empty list if a git commit |
or all changes under the checkout root should be checked. |
checkout_root: The path to the root of the WebKit checkout. |
- |
""" |
if paths is not None: |
paths = list(paths) |