Skip to content

Commit ce902cb

Browse files
Fix indentation and clean up.
1 parent 9258284 commit ce902cb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

ICSharpCode.AvalonEdit/CodeCompletion/CompletionList.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2-
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3-
xmlns:cc="clr-namespace:ICSharpCode.AvalonEdit.CodeCompletion">
2+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3+
xmlns:cc="clr-namespace:ICSharpCode.AvalonEdit.CodeCompletion">
44
<Style TargetType="{x:Type ListBoxItem}" x:Key="CompletionListBoxItem">
55
<Setter Property="Template">
66
<Setter.Value>

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);

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ build:
2828
use_snupkg_format: true
2929

3030
after_test:
31-
- python ICSharpCode.AvalonEdit.Tests\tidy.py
31+
- python BuildTools\tidy.py

0 commit comments

Comments
 (0)