mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
js: Remove extra consecutive spaces.
Prettier would do this anyway, but it’s separated out for a more reviewable diff. Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
883e2fd325
commit
8046b6477a
@@ -69,7 +69,7 @@ exports.get_retention_policy_text_for_subscription_type = function (sub) {
|
||||
|
||||
// If we are deleting messages, even if it's the organization
|
||||
// default, it's worth commenting on the policy.
|
||||
if (message_retention_days === null) {
|
||||
if (message_retention_days === null) {
|
||||
message_retention_days = page_params.realm_message_retention_days;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user