From 6f49579e65ee216ec7bdcfbc536a2f772476d407 Mon Sep 17 00:00:00 2001 From: Aditya Bansal Date: Wed, 26 Apr 2017 08:20:43 +0530 Subject: [PATCH] Clean actions_popover_content.handlebars to use 4 space indents. --- .../actions_popover_content.handlebars | 114 +++++++++--------- tools/check-templates | 1 - 2 files changed, 57 insertions(+), 58 deletions(-) diff --git a/static/templates/actions_popover_content.handlebars b/static/templates/actions_popover_content.handlebars index 60c6cfaaf5..0781082137 100644 --- a/static/templates/actions_popover_content.handlebars +++ b/static/templates/actions_popover_content.handlebars @@ -1,68 +1,68 @@ {{! Contents of the "message actions" popup }} diff --git a/tools/check-templates b/tools/check-templates index 08b309814b..4ab2a26116 100755 --- a/tools/check-templates +++ b/tools/check-templates @@ -215,7 +215,6 @@ def check_handlebar_templates(templates): # Ignore these files since these have not been cleaned yet :/ IGNORE_FILES = [ - 'static/templates/actions_popover_content.handlebars', 'static/templates/user_sidebar_actions.handlebars', 'static/templates/settings/account-settings.handlebars', 'static/templates/settings/bot-list-admin.handlebars',