Skip to content

Commit

Permalink
CleanUp and Del Empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
DocSvartz committed Oct 20, 2023
1 parent 8081d15 commit 8cdb093
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/Mapster.Tests/WhenMappingRecordRegression.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public void AdaptRecordStructToRecordStruct()
var _structResult = _sourceStruct.Adapt(_destinationStruct);

_structResult.X.ShouldBe(1000);

_structResult.X.ShouldNotBe(_destinationStruct.X);
}

Expand Down Expand Up @@ -229,7 +228,6 @@ public void DetectFakeRecord()
object.ReferenceEquals(_destination, _result).ShouldBeTrue();
}


#region NowNotWorking

/// <summary>
Expand Down
1 change: 0 additions & 1 deletion src/Mapster/TypeAdapter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Reflection;
using System.Security.AccessControl;

namespace Mapster
{
Expand Down

0 comments on commit 8cdb093

Please sign in to comment.