Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Mar 13, 2023
1 parent a7a91d1 commit 45614d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 45614d0

Please sign in to comment.