Commit e149164
authored
Fix tab indentation on JumpList.png content entry in WinUIGallery.csproj (#2131)
The `JumpList.png` content entry in `WinUIGallery.csproj` used a tab
character for indentation and was missing the space before `/>`,
inconsistent with surrounding entries that use 4 spaces.
- **`WinUIGallery/WinUIGallery.csproj`**: Replace tab with 4-space
indent and add missing space before `/>` on the `JumpList.png` line
```diff
- <Content Include="Assets\ControlImages\JumpList.png"/>
+ <Content Include="Assets\ControlImages\JumpList.png" />
```
<!-- START COPILOT CODING AGENT TIPS -->
---
💡 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](https://gh.io/copilot-coding-agent-tips) in the docs.
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>1 parent 1567923 commit e149164
0 file changed
0 commit comments