Skip to content

Commit 8692b66

Browse files
committed
Replace tabs with spaces
1 parent 963486a commit 8692b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/UI/UnitTesting/TestExplorerControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349

350350
<Border Grid.Row="3" Padding="2">
351351
<Grid>
352-
<ScrollViewer VerticalScrollBarVisibility="Disabled" HorizontalScrollBarVisibility="Auto">
352+
<ScrollViewer VerticalScrollBarVisibility="Disabled" HorizontalScrollBarVisibility="Auto">
353353
<controls:GroupingGrid x:Name="TestGrid"
354354
ItemsSource="{Binding Tests}"
355355
SelectionMode="Extended"

0 commit comments

Comments
 (0)