From c1307df1b44856448b9dc64000cd5cd1befb2b14 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Thu, 4 Aug 2016 18:16:24 -0400 Subject: [PATCH] gofmt. No issue # --- lib/crunchstat/crunchstat.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5