From 9fa3b2939275d08f2a59d5c2cd110da955910b64 Mon Sep 17 00:00:00 2001 From: Nhung Le Date: Wed, 17 Oct 2018 10:21:59 +0700 Subject: [PATCH] re-indent condition structure --- views/index.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/views/index.erb b/views/index.erb index 022e927f..81e4258f 100644 --- a/views/index.erb +++ b/views/index.erb @@ -36,7 +36,9 @@ <%= erb :app -%> <%= javascript_tag 'application', asset_host: false %> -<%= javascript_tag 'docs' %><% unless App.production? %> -<%= javascript_tag 'debug' %><% end %> +<%= javascript_tag 'docs' %> +<% unless App.production? %> + <%= javascript_tag 'debug' %> +<% end %>