Browse Source

Remove extra whitespace

Marc Abramowitz 10 năm trước cách đây
mục cha
commit
638ce2e13f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      supervisor/rpcinterface.py

+ 1 - 1
supervisor/rpcinterface.py

@@ -508,7 +508,7 @@ class SupervisorNamespaceRPCInterface:
         self._update('sendGroupSignal')
 
         group = self.supervisord.process_groups.get(name)
-        
+
         if group is None:
             raise RPCError(Faults.BAD_NAME, name)