diff options
| author | Anthony Lavado <anthony@lavado.ca> | 2019-01-02 01:22:21 -0500 |
|---|---|---|
| committer | Anthony Lavado <anthony@lavado.ca> | 2019-01-02 01:22:21 -0500 |
| commit | 87812d1e7fd4c423b58fbeaf150bc7fe0811e5fc (patch) | |
| tree | 4dd2311e543c8ba379ba5be9232654c44be3da7f /SocketHttpListener/SocketHttpListener.csproj | |
| parent | 68715bb1dc592924c1ff81c364e807d861da0696 (diff) | |
Fix spacing to C#/Visual Studio standards
- This is a fix automatically applied by Visual Studio
Diffstat (limited to 'SocketHttpListener/SocketHttpListener.csproj')
| -rw-r--r-- | SocketHttpListener/SocketHttpListener.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SocketHttpListener/SocketHttpListener.csproj b/SocketHttpListener/SocketHttpListener.csproj index 494bc7fc9..ca9056a6a 100644 --- a/SocketHttpListener/SocketHttpListener.csproj +++ b/SocketHttpListener/SocketHttpListener.csproj @@ -6,7 +6,7 @@ </ItemGroup> <ItemGroup> - <Compile Include="..\SharedVersion.cs"/> + <Compile Include="..\SharedVersion.cs" /> </ItemGroup> <PropertyGroup> |
