mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
eslint: Add key-spacing linter rule.
Apparently, we didn't have one of these, and thus had a moderate number of generally very old violations in the codebase. Fix this and clear the ones that exist..
This commit is contained in:
@@ -170,11 +170,11 @@ exports.maybe_scroll_up_selected_message = function () {
|
||||
|
||||
function fill_in_opts_from_current_narrowed_view(msg_type, opts) {
|
||||
var default_opts = {
|
||||
message_type: msg_type,
|
||||
stream: '',
|
||||
topic: '',
|
||||
message_type: msg_type,
|
||||
stream: '',
|
||||
topic: '',
|
||||
private_message_recipient: '',
|
||||
trigger: 'unknown',
|
||||
trigger: 'unknown',
|
||||
};
|
||||
|
||||
// Set default parameters based on the current narrowed view.
|
||||
|
||||
Reference in New Issue
Block a user