Skip to content

Commit 5045157

Browse files
authored
Update ThemedMessageTemplateRenderer.cs
indent
1 parent 08e0e65 commit 5045157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Sinks.Console/Sinks/SystemConsole/Rendering/ThemedMessageTemplateRenderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ int RenderPropertyToken(PropertyToken pt, IReadOnlyDictionary<string, LogEventPr
102102

103103
int RenderAlignedPropertyTokenUnbuffered(PropertyToken pt, TextWriter output, LogEventPropertyValue propertyValue)
104104
{
105-
if(pt.Alignment == null) throw new ArgumentException("The PropertyToken should have a non-null Alignment.", nameof(pt));
105+
if (pt.Alignment == null) throw new ArgumentException("The PropertyToken should have a non-null Alignment.", nameof(pt));
106106

107107
var valueOutput = new StringWriter();
108108
RenderValue(NoTheme, _unthemedValueFormatter, propertyValue, valueOutput, pt.Format);

0 commit comments

Comments
 (0)