*: gofmt -s

Appy gofmt for all the source tree.
This commit is contained in:
Roman Khimov 2019-09-09 11:23:27 +03:00
parent 90469399d7
commit fabd11699a
17 changed files with 29 additions and 32 deletions

View file

@ -352,5 +352,5 @@ func (s *Server) RelayDirectly(p Peer, inv *payload.Inventory) {
}
func init() {
rand.Seed(time.Now().UTC().UnixNano())
rand.Seed(time.Now().UTC().UnixNano())
}