misc: Cleanup unnecessary use of %v and small nitpicks

This commit is contained in:
James Shubin
2016-11-21 16:11:39 -05:00
parent 62e6a7d7fa
commit 63c5e35e2b
3 changed files with 27 additions and 26 deletions

View File

@@ -102,6 +102,7 @@ func (obj *TimerRes) Watch(processChan chan event.Event) error {
if exit, _ := obj.ReadEvent(&event); exit {
return nil
}
case <-cuid.ConvergedTimer():
cuid.SetConverged(true)
continue