Skip to content

Commit 023ac8d

Browse files
committed
Fix RuboCop offense in benchmark generator template
1 parent 86312f5 commit 023ac8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

railties/lib/rails/generators/rails/benchmark/templates/benchmark.rb.tt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ require_relative "../../config/environment"
44

55
# Any benchmarking setup goes here...
66

7-
8-
97
Benchmark.ips do |x|
108
<%- reports.each do |report| -%>
119
x.report("<%= report %>") { }

0 commit comments

Comments
 (0)