Skip to content

Commit 60af0f7

Browse files
Seal 🦭
1 parent e52ec5d commit 60af0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Web/src/HtmlRendering/HtmlRenderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Microsoft.AspNetCore.Components.Web;
1111
/// <summary>
1212
/// Provides a mechanism for rendering components non-interactively as HTML markup.
1313
/// </summary>
14-
public class HtmlRenderer : IAsyncDisposable
14+
public sealed class HtmlRenderer : IAsyncDisposable
1515
{
1616
private readonly HtmlRendererCore _passiveHtmlRenderer;
1717

0 commit comments

Comments
 (0)