web/app/views/index/_benchmarks_table.html.erb
changeset 222 c98af04e13ce
parent 128 b0083f806b57
child 235 99903c2acca1
--- a/web/app/views/index/_benchmarks_table.html.erb	Thu Sep 25 14:35:29 2014 +0100
+++ b/web/app/views/index/_benchmarks_table.html.erb	Sun Sep 28 23:19:44 2014 +0100
@@ -10,13 +10,12 @@
       </tr>
     </thead>
     <tbody>
-      <% results.benchmark_results.each do |result| %> 
+      <% results.benchmark_results.each do |result| %>
         <tr>
           <th><%= result.benchmark_info.name %></th>
           <td><%= result.min_duration %></td>
           <td style="color: gray;"><%= result.average_duration %></td>
           <td style="color: gray;"><%= result.max_duration %></td>
-                    
         </tr>
       <% end %>
     </tbody>