We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679322a commit 98037a0Copy full SHA for 98037a0
src/OpenTelemetry.AutoInstrumentation/Instrumentations/NoCode/NoCodeIntegrationHelper.cs
@@ -153,6 +153,5 @@ private static string GetParameterTypeNameDefinition(ParameterInfo parameterInfo
153
return definedOnMethod
154
? GenericParameterMethodNames[genericParameterPosition]
155
: GenericParameterClassNames[genericParameterPosition];
156
- }
157
}
158
0 commit comments