diff --git a/modules/collections/client/controllers/collections-view.client.controller.js b/modules/collections/client/controllers/collections-view.client.controller.js index 258002e4..7f16bf28 100644 --- a/modules/collections/client/controllers/collections-view.client.controller.js +++ b/modules/collections/client/controllers/collections-view.client.controller.js @@ -36,7 +36,7 @@ var total = 0; var count = 0; var total_users = 0; - angular.forEach(vm.collection.torrents, function(t){ + angular.forEach(vm.collection.torrents, function (t) { total += t.resource_detail_info.vote_average; count += 1; total_users += t.resource_detail_info.vote_count;