Nit fixes to prometheus asp.net core (#3511)

This commit is contained in:
Cijo Thomas 2022-08-01 11:40:12 -07:00 committed by GitHub
parent 6c616c15b5
commit 0187a2a77a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 8 deletions

View File

@ -14,8 +14,6 @@
// limitations under the License.
// </copyright>
#if NETCOREAPP3_1_OR_GREATER
using System;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
@ -150,4 +148,3 @@ namespace Microsoft.AspNetCore.Builder
}
}
}
#endif

View File

@ -14,8 +14,6 @@
// limitations under the License.
// </copyright>
#if NETCOREAPP3_1_OR_GREATER
using System;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Routing;
@ -108,4 +106,3 @@ namespace Microsoft.AspNetCore.Builder
}
}
}
#endif

View File

@ -14,7 +14,6 @@
// limitations under the License.
// </copyright>
#if NETCOREAPP3_1_OR_GREATER
using System;
using System.Diagnostics;
using System.Threading.Tasks;
@ -102,4 +101,3 @@ namespace OpenTelemetry.Exporter.Prometheus
}
}
}
#endif