mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
eslint: change space-before-function-paren from warning to error.
Also fix violations.
This commit is contained in:
@@ -227,7 +227,7 @@ exports.mark_all_as_read = function mark_all_as_read(cont) {
|
||||
};
|
||||
|
||||
// Takes a list of messages and marks them as read
|
||||
exports.mark_messages_as_read = function mark_messages_as_read (messages, options) {
|
||||
exports.mark_messages_as_read = function mark_messages_as_read(messages, options) {
|
||||
options = options || {};
|
||||
var processed = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user