Skip to content

Commit 0195b2a

Browse files
committed
spotless
1 parent 1f20468 commit 0195b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation-api/src/main/java/io/opentelemetry/instrumentation/api/semconv/http/HttpClientAttributesExtractor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ private static String redactQueryParameters(String url) {
200200
break;
201201
} else {
202202
// param values can be appended to currentParamName here but it's not an issue
203-
currentParamName.append(currentChar);
203+
currentParamName.append(currentChar);
204204
urlAfterQuestionMark.append(currentChar);
205205
}
206206
}

0 commit comments

Comments
 (0)