mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/pss: gofmt applied
This commit is contained in:
parent
1d7aa22424
commit
4de05a3a43
2 changed files with 29 additions and 33 deletions
|
|
@ -91,10 +91,6 @@ func resetTestVariables() {
|
||||||
msgC = make(chan handlerNotification)
|
msgC = make(chan handlerNotification)
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
|
||||||
log.Root().SetHandler(log.LvlFilterHandler(log.LvlTrace, log.StreamHandler(os.Stderr, log.TerminalFormat(true))))
|
|
||||||
}
|
|
||||||
|
|
||||||
func isDone() bool {
|
func isDone() bool {
|
||||||
mu.Lock()
|
mu.Lock()
|
||||||
defer mu.Unlock()
|
defer mu.Unlock()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue