Skip to content

Commit

Permalink
adding break to switch statement[C
Browse files Browse the repository at this point in the history
  • Loading branch information
mhlidd committed Feb 3, 2025
1 parent ae71f51 commit 22bc009
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ public static Extractor createExtractor(
break;
case BAGGAGE:
extractors.add(BaggageHttpCodec.newExtractor(config, traceConfigSupplier));
break;
default:
log.debug("No implementation found to extract propagation style: {}", style);
break;
Expand Down

0 comments on commit 22bc009

Please sign in to comment.