Skip to content

Commit 166783d

Browse files
authored
Remove spaces
1 parent 3852fa1 commit 166783d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.AspNetCore/AspNetCore/RequestLoggingMiddleware.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ bool LogCompletion(HttpContext httpContext, DiagnosticContextCollector collector
7878

7979
if (!collector.TryComplete(out var collectedProperties))
8080
collectedProperties = NoProperties;
81-
81+
8282
// Last-in (correctly) wins...
8383
var properties = collectedProperties.Concat(new[]
8484
{

0 commit comments

Comments
 (0)