Skip to content

Commit 4b74533

Browse files
committed
Apply XAML styler
1 parent e69e70a commit 4b74533

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Page x:Class="PrimitivesTests.DockPanelSample"
1+
<Page x:Class="PrimitivesTests.DockPanelSample"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
@@ -10,9 +10,8 @@
1010
mc:Ignorable="d">
1111

1212
<controls:DockPanel x:Name="SampleDockPanel"
13-
Grid.Column="1"
14-
HorizontalSpacing="5"
15-
LastChildFill="True"
16-
VerticalSpacing="5">
17-
</controls:DockPanel>
13+
Grid.Column="1"
14+
HorizontalSpacing="5"
15+
LastChildFill="True"
16+
VerticalSpacing="5" />
1817
</Page>

0 commit comments

Comments
 (0)