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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/system/environment.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/environment.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/environment.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/environment.py
index c5a72399d58a3a30a74fa274ac5aa3694e44127b..a37bd31d9bfd498549dc9b1bf28a6b8c002bbf12 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/environment.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/environment.py
@@ -28,6 +28,7 @@
class Environment(object):
+
def __init__(self, env=None):
self.env = env or {}

Powered by Google App Engine
This is Rietveld 408576698