Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Feb 23, 2023
1 parent 815cee4 commit f62009c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spec/datadog/core/workers/interval_loop_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@
backtrace = ['(Not available)'] if backtrace.nil? || backtrace.empty?

msg = "#{idx}: #{t} (#{t.class.name})",
'Thread Backtrace:',
backtrace.map { |l| "\t#{l}" }.join("\n"),
"\n"
'Thread Backtrace:',
backtrace.map { |l| "\t#{l}" }.join("\n"),
"\n"

warn(msg)
end
Expand Down Expand Up @@ -183,9 +183,9 @@
backtrace = ['(Not available)'] if backtrace.nil? || backtrace.empty?

msg = "#{idx}: #{t} (#{t.class.name})",
'Thread Backtrace:',
backtrace.map { |l| "\t#{l}" }.join("\n"),
"\n"
'Thread Backtrace:',
backtrace.map { |l| "\t#{l}" }.join("\n"),
"\n"

warn(msg)
end
Expand Down

0 comments on commit f62009c

Please sign in to comment.