[ARVADOS] updated: c1307df1b44856448b9dc64000cd5cd1befb2b14

Git user git at public.curoverse.com
Thu Aug 4 18:16:29 EDT 2016


Summary of changes:
 lib/crunchstat/crunchstat.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  c1307df1b44856448b9dc64000cd5cd1befb2b14 (commit)
      from  ddb96e86a98113ea313dd01e8b7957f07345b6a7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit c1307df1b44856448b9dc64000cd5cd1befb2b14
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Aug 4 18:16:24 2016 -0400

    gofmt.
    
    No issue #

diff --git a/lib/crunchstat/crunchstat.go b/lib/crunchstat/crunchstat.go
index f3c2d84..fa3cd2c 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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list