mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
lint: Require folding of } on same line as else statements.
This commit is contained in:
@@ -176,8 +176,7 @@ function _update_faded_messages() {
|
||||
_display_messages_normally();
|
||||
_display_users_normally();
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
_fade_messages();
|
||||
_fade_users();
|
||||
}
|
||||
@@ -212,8 +211,7 @@ exports.clear_compose = function () {
|
||||
exports.update_message_list = function () {
|
||||
if (_want_normal_display()) {
|
||||
_display_messages_normally();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
_fade_messages();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user