p2p: remove blank line

This commit is contained in:
Felix Lange 2020-01-28 13:38:47 +01:00
parent c55a42eee0
commit 105ff6fb95

View file

@ -675,7 +675,6 @@ func (srv *Server) run() {
running: running:
for { for {
select { select {
case <-srv.quit: case <-srv.quit:
// The server was stopped. Run the cleanup logic. // The server was stopped. Run the cleanup logic.