mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
js: Remove extra consecutive spaces.
Prettier would do this anyway, but it’s separated out for a more reviewable diff. Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
883e2fd325
commit
8046b6477a
@@ -233,7 +233,7 @@ exports.unread_topic_counter = (function () {
|
||||
self.get_counts = function () {
|
||||
const res = {};
|
||||
res.stream_unread_messages = 0;
|
||||
res.stream_count = new Map(); // hash by stream_id -> count
|
||||
res.stream_count = new Map(); // hash by stream_id -> count
|
||||
for (const [stream_id, per_stream_bucketer] of bucketer) {
|
||||
|
||||
// We track unread counts for streams that may be currently
|
||||
|
||||
Reference in New Issue
Block a user