hsbench: gofmt cleanup

Signed-off-by: Mark Nelson <mnelson@redhat.com>
master
Mark Nelson 2019-08-22 10:20:21 -04:00
parent bdf41e7a30
commit 14e1dec818
1 changed files with 19 additions and 19 deletions

View File

@ -647,7 +647,7 @@ func runBucketList(thread_num int, stats *Stats) {
Bucket: &buckets[bucket_num],
MaxKeys: &max_keys,
},
func (p *s3.ListObjectsOutput, last bool) bool {
func(p *s3.ListObjectsOutput, last bool) bool {
end := time.Now().UnixNano()
stats.updateIntervals(thread_num)
stats.addOp(thread_num, 0, end-start)