Skip to content

Commit 6f13e36

Browse files
Fix indentation again.
1 parent ce902cb commit 6f13e36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ICSharpCode.AvalonEdit/Highlighting/HighlightingColorizer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ internal static void ApplyColorToElement(VisualLineElement element, Highlighting
264264
color.FontStyle ?? tf.Style,
265265
color.FontWeight ?? tf.Weight,
266266
tf.Stretch
267-
));
267+
));
268268
}
269269
if (color.Underline ?? false)
270270
element.TextRunProperties.SetTextDecorations(TextDecorations.Underline);

0 commit comments

Comments
 (0)