lint: Require folding of } on same line as else statements.

This commit is contained in:
Tim Abbott
2016-06-09 14:02:49 -07:00
parent 0c1b5006f7
commit c35781d505
15 changed files with 24 additions and 44 deletions

View File

@@ -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;
}