Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Feb 23, 2023
1 parent f9044bb commit edc69a9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@

namespace Microsoft.AspNetCore.Hosting.Abstractions.MetricsPrototype;

internal class DefaultMetricsFactory : IMetricsFactory
internal sealed class DefaultMetricsFactory : IMetricsFactory
{
private readonly IOptions<MetricsOptions> _options;

Expand Down

0 comments on commit edc69a9

Please sign in to comment.