Skip to content

Commit da0abab

Browse files
committed
Seal the sink class
1 parent e87925c commit da0abab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Sinks.Debug/Sinks/Debug/DebugSink.cs

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

2121
namespace Serilog.Sinks.Debug
2222
{
23-
class DebugSink : ILogEventSink
23+
sealed class DebugSink : ILogEventSink
2424
{
2525
readonly ITextFormatter _formatter;
2626

0 commit comments

Comments
 (0)