From eb4b80a4845a738f5a1e84504a31f6f54bc4fe92 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 17 Sep 2015 09:01:33 -0400 Subject: Adding gofmt to travis build --- model/channel_count.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model') diff --git a/model/channel_count.go b/model/channel_count.go index d5daba14e..19d6ac150 100644 --- a/model/channel_count.go +++ b/model/channel_count.go @@ -20,7 +20,7 @@ type ChannelCounts struct { func (o *ChannelCounts) Etag() string { ids := []string{} - for id, _ := range o.Counts { + for id := range o.Counts { ids = append(ids, id) } sort.Strings(ids) -- cgit v1.2.3-1-g7c22