From: Tom Clegg Date: Thu, 4 Aug 2016 22:16:24 +0000 (-0400) Subject: gofmt. X-Git-Tag: 1.1.0~801 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/c1307df1b44856448b9dc64000cd5cd1befb2b14?ds=sidebyside gofmt. No issue # --- diff --git a/lib/crunchstat/crunchstat.go b/lib/crunchstat/crunchstat.go index f3c2d8424e..fa3cd2c2d2 100644 --- a/lib/crunchstat/crunchstat.go +++ b/lib/crunchstat/crunchstat.go @@ -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