Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c1f7bb9

Browse files
authored
Fix spacing in WebClient tests .csproj
1 parent 3c4115d commit c1f7bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<Compile Include="$(CommonTestPath)\System\Net\Http\LoopbackServer.cs">
2121
<Link>Common\System\Net\Http\LoopbackServer.cs</Link>
2222
</Compile>
23-
<Compile Include="$(CommonTestPath)\System\Threading\Tasks\TaskTimeoutExtensions.cs">
23+
<Compile Include="$(CommonTestPath)\System\Threading\Tasks\TaskTimeoutExtensions.cs">
2424
<Link>Common\System\Threading\Tasks\TaskTimeoutExtensions.cs</Link>
2525
</Compile>
2626
</ItemGroup>
2727
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
28-
</Project>
28+
</Project>

0 commit comments

Comments
 (0)