Browse Source

Add whitespace for readability

Mike Naberezny 10 năm trước cách đây
mục cha
commit
c7dc38bcb5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      supervisor/process.py

+ 1 - 0
supervisor/process.py

@@ -316,6 +316,7 @@ class Subprocess(object):
                 env['SUPERVISOR_GROUP_NAME'] = self.group.config.name
             if self.config.environment is not None:
                 env.update(self.config.environment)
+
             # change directory
             cwd = self.config.directory
             try: