Skip to content

Commit 1db52f4

Browse files
Fix XAML formatting: consolidate Button closing tag to single line (#3308)
* Initial plan * Fix: Consolidate Button closing tag to single line Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
1 parent 042dc06 commit 1db52f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Source/NETworkManager/Views/SettingsSettingsView.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
</StackPanel>
5252
<TextBlock Style="{StaticResource HeaderTextBlock}" Text="{x:Static localization:Strings.Reset}" />
5353
<Button Content="{x:Static localization:Strings.Reset}" Command="{Binding ResetSettingsCommand}"
54-
Style="{StaticResource DefaultButton}" HorizontalAlignment="Left"
55-
/>
54+
Style="{StaticResource DefaultButton}" HorizontalAlignment="Left" />
5655
</StackPanel>
5756
</UserControl>

0 commit comments

Comments
 (0)