mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
eslint: Enable space-infix-ops rule.
More about rule at https://eslint.org/docs/rules/space-infix-ops
This commit is contained in:
@@ -144,7 +144,7 @@ exports.redraw_title = function () {
|
||||
n = 'infinite';
|
||||
}
|
||||
|
||||
current_favicon = previous_favicon = '/static/images/favicon/favicon-'+n+'.png';
|
||||
current_favicon = previous_favicon = '/static/images/favicon/favicon-' + n + '.png';
|
||||
} else {
|
||||
current_favicon = previous_favicon = '/static/favicon.ico?v=2';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user