Skip to content

Commit dd17223

Browse files
Henrik Otte SørensenHenrik Otte Sørensen
Henrik Otte Sørensen
authored and
Henrik Otte Sørensen
committed
fix: indentation.
1 parent c8e5032 commit dd17223

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/STIL.ServiceClient.Tests/STIL.ServiceClient.Tests.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
<Nullable>enable</Nullable>
77
<IsPackable>false</IsPackable>
88
<IsTestProject>true</IsTestProject>
9-
<NoWarn>$(NoWarn);SYSLIB0026</NoWarn>
9+
<NoWarn>$(NoWarn);SYSLIB0026</NoWarn>
1010
</PropertyGroup>
1111

1212
<ItemGroup>
1313
<None Remove="Samples\HentOptagedePladser_ErrorResponse_400.xml" />
1414
<None Remove="Samples\HentOptagedePladser_ValidResponse.xml" />
1515
</ItemGroup>
1616

17-
<ItemGroup>
18-
<Using Include="Xunit" />
19-
<Using Include="Moq" />
20-
<Using Include="FluentAssertions" />
21-
<Using Include="System.DateTime" Alias="DT" />
22-
</ItemGroup>
17+
<ItemGroup>
18+
<Using Include="Xunit" />
19+
<Using Include="Moq" />
20+
<Using Include="FluentAssertions" />
21+
<Using Include="System.DateTime" Alias="DT" />
22+
</ItemGroup>
2323

2424
<ItemGroup>
2525
<EmbeddedResource Include="Samples\HentOptagedePladser_ErrorResponse_400.xml" />

0 commit comments

Comments
 (0)