gofmt.
authorTom Clegg <tom@curoverse.com>
Thu, 4 Aug 2016 22:16:24 +0000 (18:16 -0400)
committerTom Clegg <tom@curoverse.com>
Thu, 4 Aug 2016 22:16:24 +0000 (18:16 -0400)
No issue #

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