web/app/views/settings/benchmark_configurations/show.html.erb
changeset 306 8050d8d3681f
parent 106 eac4098d544d
--- a/web/app/views/settings/benchmark_configurations/show.html.erb	Tue Nov 17 15:02:56 2015 +0100
+++ b/web/app/views/settings/benchmark_configurations/show.html.erb	Tue Nov 17 15:05:38 2015 +0100
@@ -2,7 +2,7 @@
 
 <h1><%= @benchmark_configuration.name %> configuration</h1>
 
-<%= render 'form', 
-  benchmark_configuration: @benchmark_configuration, 
+<%= render 'form',
+  benchmark_configuration: @benchmark_configuration,
   heading: "Edit configuration #{@benchmark_configuration.name}" %>