fixed formatting

This commit is contained in:
Bas van Kervel 2015-05-21 19:57:22 +02:00
parent 88c7f2b249
commit 72f13dc2c4

View file

@ -63,10 +63,10 @@ func (self *Miner) update() {
self.Start(self.coinbase, self.threads)
}
// unsubscribe. we're only interested in this event once
events.Unsubscribe()
// stop immediately and ignore all further pending events
break
// unsubscribe. we're only interested in this event once
events.Unsubscribe()
// stop immediately and ignore all further pending events
break
}
}
}