Skip to content

Commit d214024

Browse files
committed
./gradlew spotlessApply
1 parent 493cea7 commit d214024

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

inferred-spans/src/main/java/io/opentelemetry/contrib/inferredspans/InferredSpansAutoConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ void applyString(String configKey, Consumer<String> funcToApply) {
110110
applyValue(properties.getString(configKey), funcToApply);
111111
}
112112

113-
void applyWildcards(
114-
String configKey, Consumer<? super List<WildcardMatcher>> funcToApply) {
113+
void applyWildcards(String configKey, Consumer<? super List<WildcardMatcher>> funcToApply) {
115114
String wildcardListString = properties.getString(configKey);
116115
if (wildcardListString != null && !wildcardListString.isEmpty()) {
117116
List<WildcardMatcher> values =

0 commit comments

Comments
 (0)