mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
lint: Require folding of } on same line as else statements.
This commit is contained in:
@@ -149,8 +149,7 @@ exports.get_counts = function () {
|
||||
|
||||
if (narrow.active()) {
|
||||
res.unread_in_current_view = exports.num_unread_current_messages();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
res.unread_in_current_view = res.home_unread_messages;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user