Skip to content

Commit

Permalink
Fix unnecessary cop after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mwear committed Jan 25, 2020
1 parent cd34167 commit eb7db07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def initialize(correlation_context_key: 'Correlation-Context')
# and the header key to the getter.
# @return [Context] context updated with extracted correlations, or the original context
# if extraction fails
def extract(context, carrier, &getter) # rubocop:disable Metrics/AbcSize
def extract(context, carrier, &getter)
getter ||= default_getter
header = getter.call(carrier, @correlation_context_key)

Expand Down

0 comments on commit eb7db07

Please sign in to comment.