Skip to content

Commit 764d231

Browse files
committed
Remove UTF-8 BOM
1 parent b7e361a commit 764d231

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Ramstack.Structures.Tests/InteropServices/MemoryMarshalTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Ramstack.InteropServices;
1+
namespace Ramstack.InteropServices;
22

33
[TestFixture]
44
public class MemoryMarshalTests

Ramstack.Structures/Internal/ListAccessor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
namespace Ramstack.Internal;
2-
31
#if NET9_0_OR_GREATER
42

3+
namespace Ramstack.Internal;
4+
55
/// <summary>
66
/// Provides low-level access to the internal array buffer of a <see cref="List{T}"/>.
77
/// </summary>

0 commit comments

Comments
 (0)