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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/system/workspace.py

Issue 1839193004: Run auto-formatter (autopep8) on webkitpy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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/common/system/workspace.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/workspace.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/workspace.py
index 1d92aca1315b5e758efba3f7356b1386361ca77a..b3bc3c247fbfb100c913ef88ea150301e080d064 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/workspace.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/workspace.py
@@ -39,6 +39,7 @@ _log = logging.getLogger(__name__)
class Workspace(object):
+
def __init__(self, filesystem, executive):
self._filesystem = filesystem
self._executive = executive # FIXME: Remove if create_zip is moved to python.

Powered by Google App Engine
This is Rietveld 408576698