Skip to content

Commit cf7a14a

Browse files
Ensure all files have consistent BOM markers.
1 parent bad6733 commit cf7a14a

29 files changed

+29
-29
lines changed

Program/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using SqlKata;
44
using SqlKata.Compilers;

QueryBuilder.Tests/AggregateTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using SqlKata.Compilers;
1+
using SqlKata.Compilers;
22
using SqlKata.Tests.Infrastructure;
33
using Xunit;
44

QueryBuilder.Tests/DefineTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using static SqlKata.Expressions;
1+
using static SqlKata.Expressions;
22
using SqlKata.Compilers;
33
using SqlKata.Tests.Infrastructure;
44
using Xunit;

QueryBuilder.Tests/ExecutionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using SqlKata.Execution;
33
using Xunit;
44

QueryBuilder.Tests/Infrastructure/TestCompilersContainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using SqlKata.Compilers;

QueryBuilder.Tests/Infrastructure/TestSqlResultContainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22
using System.Collections.ObjectModel;
33

44
namespace SqlKata.Tests.Infrastructure

QueryBuilder.Tests/Infrastructure/TestSupport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22
using System.Linq;
33

44
namespace SqlKata.Tests.Infrastructure

QueryBuilder.Tests/InfrastructureTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Linq;
33
using SqlKata.Compilers;
44
using SqlKata.Tests.Infrastructure;

QueryBuilder.Tests/InsertTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Collections.ObjectModel;
44
using System.Dynamic;

QueryBuilder.Tests/OperatorWhitelistTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using SqlKata.Compilers;
33
using Xunit;
44

0 commit comments

Comments
 (0)