Skip to content

Commit 0885a2a

Browse files
committed
Keyboard fumble
1 parent a9923ae commit 0885a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Serilog.Extensions.Logging/Extensions/Logging/SerilogLoggerProvider.cs

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ internal SerilogLoggerScope CurrentScope
9292
{
9393
get => _value.Value;
9494
set => _value.Value = value;
95+
}
9596

9697
/// <inheritdoc />
9798
public void Dispose()

0 commit comments

Comments
 (0)