Skip to content

Commit b53e4f2

Browse files
committed
chore(Cassandra): Remove BOM from files
1 parent 3ad425b commit b53e4f2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/Testcontainers.Cassandra/CassandraBuilder.cs

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

33
/// <inheritdoc cref="ContainerBuilder{TBuilderEntity, TContainerEntity, TConfigurationEntity}" />
44
[PublicAPI]

src/Testcontainers.Cassandra/CassandraConfiguration.cs

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

33
/// <inheritdoc cref="ContainerConfiguration" />
44
[PublicAPI]

src/Testcontainers.Cassandra/CassandraContainer.cs

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

33
/// <inheritdoc cref="DockerContainer" />
44
[PublicAPI]

src/Testcontainers.Cassandra/Testcontainers.Cassandra.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net8.0;net9.0;netstandard2.0;netstandard2.1</TargetFrameworks>
44
<LangVersion>latest</LangVersion>

tests/Testcontainers.Cassandra.Tests/CassandraContainerTest.cs

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

33
public sealed class CassandraContainerTest : IAsyncLifetime
44
{

tests/Testcontainers.Cassandra.Tests/Testcontainers.Cassandra.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net9.0</TargetFrameworks>
44
<IsPackable>false</IsPackable>

tests/Testcontainers.Cassandra.Tests/Usings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
global using System.Collections.Immutable;
1+
global using System.Collections.Immutable;
22
global using System.Data;
33
global using System.Data.Common;
44
global using System.Threading.Tasks;

0 commit comments

Comments
 (0)