Browse Source

Remove superfluos line spacing

Gary M. Josack 11 năm trước cách đây
mục cha
commit
85bced1b14
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      supervisor/tests/test_supervisorctl.py

+ 0 - 1
supervisor/tests/test_supervisorctl.py

@@ -766,7 +766,6 @@ class TestDefaultControllerPlugin(unittest.TestCase):
         supervisor.reloadConfig = reloadConfig
         supervisor.processes = ['changed', 'removed']
 
-
         plugin.do_update('changed')
         self.assertEqual(sorted(supervisor.processes),
                          sorted(['changed', 'removed']))