mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-05 22:17:04 -04:00
format with go fmt
This commit is contained in:
@ -3,6 +3,6 @@ package netdb
|
||||
type HTTPSReseed string
|
||||
|
||||
func (r HTTPSReseed) Reseed(chnl chan *Entry) (err error) {
|
||||
close(chnl)
|
||||
return
|
||||
close(chnl)
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user