Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Mar 12, 2024
1 parent f652000 commit 27d96dc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ Map<String, String> customize(ConfigProperties config) {
String providerName = providerEntry.getKey();
String providerGroup = providerEntry.getValue();
Boolean explictEnabled =
config.getBoolean(
String.format("otel.resource.providers.%s.enabled", providerGroup));
config.getBoolean(String.format("otel.resource.providers.%s.enabled", providerGroup));

if (isEnabled(providerName, enabledProviders, explictEnabled)) {
enabled.add(providerName);
Expand Down

0 comments on commit 27d96dc

Please sign in to comment.