Remove white space after bang
This commit is contained in:
parent
4ece2ba43e
commit
2f3e550a81
|
@ -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 %>
|
||||
|
||||
|
|
Loading…
Reference in New Issue