whitespace fixes

v1.18.x
Julian Lam 9 years ago
parent 9de8250697
commit ad5ddcbb73

@ -79,8 +79,8 @@ SocketRooms.getAll = function(socket, data, callback) {
totals.topics = {};
topTenTopics.forEach(function(topic, index) {
totals.topics[topic.tid] = {
value: topic.count || 0,
title: validator.escape(titles[index].title)
value: topic.count || 0,
title: validator.escape(titles[index].title)
};
});

Loading…
Cancel
Save