Remove white space after bang

This commit is contained in:
Michael Lopez 2015-02-15 09:43:37 +01:00
parent 4ece2ba43e
commit 2f3e550a81
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ role_path <%= roles_path.size == 1 ? roles_path.first.inspect : roles_path.inspe
<% end %>
log_level <%= log_level.inspect %>
verbose_logging <%= verbose_logging.inspect %>
<% if ! enable_reporting %>
<% if !enable_reporting %>
enable_reporting <%= enable_reporting.inspect %>
<% end %>