lib/rack/insight/panels/templates_panel/rendering.rb in rack-insight-0.5.17 vs lib/rack/insight/panels/templates_panel/rendering.rb in rack-insight-0.5.18

- old
+ new

@@ -53,10 +53,10 @@ "%.2fms" % t end def time_summary if children.any? - "#{_human_time}, (exclusive: #{_human_time(_exclusive_time)}, child: #{_human_time(_child_time)}" + "#{_human_time}, (exclusive: #{_human_time(_exclusive_time)}, child: #{_human_time(_child_time)})" else _human_time end end