Skip to content

Commit 929cb83

Browse files
committed
Fix accidental tabs
1 parent 4d81ddf commit 929cb83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<Project>
22

33
<PropertyGroup>
4-
<TreatWarningsAsErrors Condition="'$(Configuration)' == 'Release'">true</TreatWarningsAsErrors>
4+
<TreatWarningsAsErrors Condition="'$(Configuration)' == 'Release'">true</TreatWarningsAsErrors>
55
</PropertyGroup>
66

77
<ItemGroup>
88
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435" PrivateAssets="all" />
99
</ItemGroup>
1010

1111
<PropertyGroup>
12-
<ImplicitUsings>enable</ImplicitUsings>
12+
<ImplicitUsings>enable</ImplicitUsings>
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<Using Include="System.Collections.Immutable" />
1616
<Using Include="System.Diagnostics" />
17-
<Using Include="System.Diagnostics.CodeAnalysis" />
17+
<Using Include="System.Diagnostics.CodeAnalysis" />
1818
</ItemGroup>
1919

2020
</Project>

0 commit comments

Comments
 (0)