Clean organization-settings-admin to use 4 space indents.

This commit is contained in:
Aditya Bansal 2017-05-12 20:46:22 +05:30 committed by Tim Abbott
parent 8530997542
commit debcf507bd
2 changed files with 208 additions and 209 deletions

View File

@ -215,7 +215,6 @@ def check_handlebar_templates(templates):
# Ignore these files since these have not been cleaned yet :/
IGNORE_FILES = [
'static/templates/user_sidebar_actions.handlebars',
'static/templates/settings/organization-settings-admin.handlebars',
]
# TODO: Clean these files
for fn in templates: