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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/prettypatch.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/prettypatch.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/prettypatch.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/prettypatch.py
index 46ab4f21f5038285d35b2a574d4312315b6109c3..3268550403a9f66e5dd2fbcffd02d14f5fd80fb8 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/prettypatch.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/prettypatch.py
@@ -31,6 +31,7 @@ import tempfile
class PrettyPatch(object):
+
def __init__(self, executive):
self._executive = executive

Powered by Google App Engine
This is Rietveld 408576698