Skip to content

Commit 6616150

Browse files
committed
workkk
1 parent abea316 commit 6616150

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/WordSearchGenerator.Common/WoSeCon/Api/DirectedLocation.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Wose.Common.WoSeCon.Api
1+
namespace Wose.Common.WoSeCon.Api
22
{
33
public class DirectedLocation : IEquatable<DirectedLocation>, ICloneable
44
{
@@ -165,4 +165,4 @@ public override int GetHashCode()
165165

166166
#endregion
167167
}
168-
}
168+
}

src/WordSearchGenerator.Tests/WordSearchGenerator.Tests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<AssemblyName>WoSe.Tests</AssemblyName>
3+
<PropertyGroup>
4+
<AssemblyName>WoSe.Tests</AssemblyName>
55
<TargetFramework>net10.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<Nullable>enable</Nullable>
8-
<RootNamespace>Wose.Tests</RootNamespace>
7+
<Nullable>enable</Nullable>
8+
<RootNamespace>Wose.Tests</RootNamespace>
99

1010
<IsPackable>false</IsPackable>
1111
<IsTestProject>true</IsTestProject>
@@ -31,4 +31,4 @@
3131
CopyToOutputDirectory="PreserveNewest" />
3232
</ItemGroup>
3333

34-
</Project>
34+
</Project>

0 commit comments

Comments
 (0)