10218: Merge branch 'master' into 10218-record-node-info
[arvados.git] / lib / crunchstat / crunchstat.go
index f3c2d8424e9d2bf856020c46a33c06bc69663119..fa3cd2c2d273fac1be25302a0bcce21af5a07ee9 100644 (file)
@@ -56,8 +56,8 @@ type Reporter struct {
        lastDiskSample   map[string]ioSample
        lastCPUSample    cpuSample
 
-       done    chan struct{}   // closed when we should stop reporting
-       flushed chan struct{}   // closed when we have made our last report
+       done    chan struct{} // closed when we should stop reporting
+       flushed chan struct{} // closed when we have made our last report
 }
 
 // Start starts monitoring in a new goroutine, and returns