Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoCaso committed Jul 10, 2023
1 parent f2dfac5 commit a851a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/datadog/core/configuration/settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def initialize(*_)
end
end

option :opts, default: ->(_i) { {} }, lazy: true
option :opts, default: ->(_i) { {} }
option :statsd
end

Expand Down
2 changes: 1 addition & 1 deletion lib/datadog/tracing/configuration/settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def self.extended(base)
#
# @default `{}`
# @return [Hash,nil]
option :writer_options, default: ->(_i) { {} }, lazy: true
option :writer_options, default: ->(_i) { {} }

# Client IP configuration
# @public_api
Expand Down

0 comments on commit a851a80

Please sign in to comment.