Skip to content

Commit

Permalink
Update ThemedMessageTemplateRenderer.cs
Browse files Browse the repository at this point in the history
indent
  • Loading branch information
sungam3r authored Jul 30, 2021
1 parent 08e0e65 commit 5045157
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ int RenderPropertyToken(PropertyToken pt, IReadOnlyDictionary<string, LogEventPr

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

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

0 comments on commit 5045157

Please sign in to comment.