From 4032e4dc4284391f21f21630bdb7ca88f8329d8e Mon Sep 17 00:00:00 2001 From: "Joshua C. Randall" Date: Thu, 17 Nov 2016 14:34:25 +0000 Subject: [PATCH] fixes formatting on collection.go --- services/keep-balance/collection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/keep-balance/collection.go b/services/keep-balance/collection.go index d67f2f0f09..060621b771 100644 --- a/services/keep-balance/collection.go +++ b/services/keep-balance/collection.go @@ -44,7 +44,7 @@ func EachCollection(c *arvados.Client, pageSize int, f func(arvados.Collection) params := arvados.ResourceListParams{ Limit: &limit, Order: "modified_at, uuid", - Count: false, + Count: false, Select: []string{"uuid", "manifest_text", "modified_at", "portable_data_hash", "replication_desired"}, } var last arvados.Collection -- 2.30.2