Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Aug 5, 2024
1 parent 42b07cd commit ede6784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spec/datadog/tracing/validate_benchmarks_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
end
end

benchmarks_to_validate = %w(
benchmarks_to_validate = %w[
tracing_trace
)
]

benchmarks_to_validate.each do |benchmark|
describe benchmark do
Expand Down
4 changes: 2 additions & 2 deletions spec/validate_benchmarks_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
end
end

benchmarks_to_validate = %w(
benchmarks_to_validate = %w[
library_gem_loading
)
]

benchmarks_to_validate.each do |benchmark|
describe benchmark do
Expand Down

0 comments on commit ede6784

Please sign in to comment.