Skip to content

Commit 45614d0

Browse files
committed
Fix build
1 parent a7a91d1 commit 45614d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hosting/Abstractions/src/MetricsPrototype/DefaultMetricsFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace Microsoft.AspNetCore.Hosting.Abstractions.MetricsPrototype;
99

10-
internal class DefaultMetricsFactory : IMetricsFactory
10+
internal sealed class DefaultMetricsFactory : IMetricsFactory
1111
{
1212
private readonly IOptions<MetricsOptions> _options;
1313

0 commit comments

Comments
 (0)