swarm/pss: gofmt applied

This commit is contained in:
Vlad 2019-03-06 17:03:58 +04:00
parent 1d7aa22424
commit 4de05a3a43
2 changed files with 29 additions and 33 deletions

View file

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