swarm: remove superfluous line break in log statements

This commit is contained in:
Péter Szilágyi
2017-02-20 19:43:17 +02:00
parent 189dee26c6
commit 3f923f3902
2 changed files with 5 additions and 9 deletions

View File

@ -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) {