refact(deadcode): Fix deadcode and shebangs error (#324)

Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>
This commit is contained in:
Sonia Singla 2021-05-06 19:14:23 +05:30 committed by GitHub
parent 137572552e
commit 73d9580817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

View file

@ -126,7 +126,6 @@ func (s *nonBlockingGRPCServer) Start() {
s.wg.Add(1)
go s.serve(s.endpoint, s.idntyServer, s.ctrlServer, s.agentServer)
}
// Wait for the service to stop