Remove trailing whitespace from SettingsSettingsView.xaml#3307
Merged
BornToBeRoot merged 2 commits intofeature/configure_backup_retentionfrom Feb 1, 2026
Merged
Remove trailing whitespace from SettingsSettingsView.xaml#3307BornToBeRoot merged 2 commits intofeature/configure_backup_retentionfrom
BornToBeRoot merged 2 commits intofeature/configure_backup_retentionfrom
Conversation
5 tasks
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Automatic Profile & Settings backup feature based on feedback
Remove trailing whitespace from SettingsSettingsView.xaml
Feb 1, 2026
bbd3e8a
into
feature/configure_backup_retention
2 of 4 checks passed
mergify bot
pushed a commit
that referenced
this pull request
Feb 1, 2026
* Feature: Configure backup retention * Feature: Daily Backup * Feature: Add more backups before important operations * Feature: Create daily backup * Feature: Refactor ProfileManager to add properties to a ProfileFile * Docs: #3302 * Update Source/NETworkManager.Settings/SettingsInfo.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix: Wrong behaviour if null * 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> * Remove trailing whitespace from SettingsSettingsView.xaml (#3307) * Initial plan * Remove trailing whitespace from SettingsSettingsView.xaml line 40 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> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes proposed in this pull request
SettingsSettingsView.xamlRelated issue(s)
Copilot generated summary
Copilot summary
This PR fixes a whitespace formatting issue identified during code review. Line 40 in
SettingsSettingsView.xamlcontained trailing spaces after the closing>of theStackPanelelement. The trailing whitespace has been removed for consistency with codebase formatting standards.Changed file:
Source/NETworkManager/Views/SettingsSettingsView.xaml- Removed 12 trailing spaces from line 40To-Do
Contributing
By submitting this pull request, I confirm the following:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.