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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/detection.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/checkout/scm/detection.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/detection.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/detection.py
index afb4314a3fc914b63cbb5b529f81b61af4e1a352..e531c81ebc23a2229e96263c7f7edf27498f8eb9 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/detection.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/detection.py
@@ -38,6 +38,7 @@ _log = logging.getLogger(__name__)
class SCMDetector(object):
+
def __init__(self, filesystem, executive):
self._filesystem = filesystem
self._executive = executive

Powered by Google App Engine
This is Rietveld 408576698