mirror of https://github.com/zulip/zulip.git
Clean organization-settings-admin to use 4 space indents.
This commit is contained in:
parent
8530997542
commit
debcf507bd
|
@ -215,7 +215,6 @@ def check_handlebar_templates(templates):
|
||||||
# Ignore these files since these have not been cleaned yet :/
|
# Ignore these files since these have not been cleaned yet :/
|
||||||
IGNORE_FILES = [
|
IGNORE_FILES = [
|
||||||
'static/templates/user_sidebar_actions.handlebars',
|
'static/templates/user_sidebar_actions.handlebars',
|
||||||
'static/templates/settings/organization-settings-admin.handlebars',
|
|
||||||
]
|
]
|
||||||
# TODO: Clean these files
|
# TODO: Clean these files
|
||||||
for fn in templates:
|
for fn in templates:
|
||||||
|
|
Loading…
Reference in New Issue