mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +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
@@ -197,7 +197,7 @@ exports.get_next_topic = function (curr_stream, curr_topic) {
|
||||
if (!stream_data.is_stream_muted_by_name(stream_name)) {
|
||||
return true;
|
||||
}
|
||||
if (stream_name === curr_stream) {
|
||||
if (stream_name === curr_stream) {
|
||||
// We can use n within a muted stream if we are
|
||||
// currently narrowed to it.
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user