Skip to content

Commit f29f41e

Browse files
committed
Cleanup: trailing spaces
1 parent 1910d3c commit f29f41e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ReSharper.FSharp/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
77
<DefineConstants>TRACE</DefineConstants>
88
</PropertyGroup>
9-
9+
1010
<PropertyGroup>
1111
<FSharpCompilerServiceVersion>2021.2.0</FSharpCompilerServiceVersion>
1212
<FSharpCoreVersion>5.0.1</FSharpCoreVersion>

ReSharper.FSharp/src/FSharp.TypeProviders.Host/FSharp.TypeProviders.Host.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
<ProjectReference Include="..\FSharp.Common\FSharp.Common.fsproj" />
2020
<ProjectReference Include="..\FSharp.TypeProviders.Protocol\FSharp.TypeProviders.Protocol.csproj" />
2121
</ItemGroup>
22-
22+
2323
<ItemGroup>
2424
<Content Include="app.config">
2525
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2626
</Content>
2727
</ItemGroup>
28-
28+
2929
<ItemGroup>
3030
<PackageReference Include="FSharp.Core" Version="$(FSharpCoreVersion)" />
3131
<PackageReference Include="JetBrains.FSharp.Compiler.Service" Version="$(FSharpCompilerServiceVersion)" />

0 commit comments

Comments
 (0)