swarm: remove superfluous line break in log statements
This commit is contained in:
@ -120,7 +120,7 @@ func (self *Depo) HandleStoreRequestMsg(req *storeRequestMsgData, p *peer) {
|
||||
islocal = true
|
||||
//return
|
||||
}
|
||||
|
||||
|
||||
hasher := self.hashfunc()
|
||||
hasher.Write(req.SData)
|
||||
if !bytes.Equal(hasher.Sum(nil), req.Key) {
|
||||
|
Reference in New Issue
Block a user