소스 검색

p2p/discv5: gofmt

Péter Szilágyi 7 년 전
부모
커밋
edc39aaedf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      p2p/discv5/net.go

+ 1 - 1
p2p/discv5/net.go

@@ -571,7 +571,7 @@ loop:
 				if n.state == unknown {
 					net.ping(n, n.addr())
 				}
-				return nil				
+				return nil
 			})
 
 		case <-statsDump.C: