Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ZStriker19 committed Sep 25, 2024
1 parent 0f3ff3e commit 5f280bd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/datadog/tracing/trace_operation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def get_tag(key)
super || (root_span && root_span.get_tag(key))
end


def get_metric(key)
@metric[key?] || (root_span && root_span.get_metric(key))
end
Expand All @@ -179,11 +178,6 @@ def tags
all_tags
end



@resource || (root_span && root_span.resource)
end

# Returns true if the resource has been explicitly set
#
# @return [Boolean]
Expand Down

0 comments on commit 5f280bd

Please sign in to comment.