Remove an empty line

This commit is contained in:
Bo Maryniuk 2018-02-14 10:15:53 +01:00
parent ef2e0acd66
commit 1c90cbdb3c

View File

@ -518,7 +518,6 @@ class ZeroMQReqServerChannel(salt.transport.mixins.auth.AESReqServerMixin,
log.info('Setting up the master communication server')
self.clients.bind(self.uri)
self.workers.bind(self.w_uri)
while True: