Skip to content

Commit bcbcc8d

Browse files
committed
fix: SA1028
1 parent aa71e23 commit bcbcc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Atc.Wpf/SampleControls/SampleViewerView.xaml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public SolidColorBrush HeaderForeground
1616
get => (SolidColorBrush)GetValue(HeaderForegroundProperty);
1717
set => SetValue(HeaderForegroundProperty, value);
1818
}
19-
19+
2020
public SampleViewerView()
2121
{
2222
InitializeComponent();

0 commit comments

Comments
 (0)