From 68968c1b0bcb8c03293b15777b0610756d9f5a72 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sat, 26 Aug 2023 18:15:04 +0100 Subject: [PATCH] style: remove UTF8 BOM --- X10D.Unity.Tests/Assets/Tests/DebugUtilityIntegrationTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Drawing/Color32Tests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Drawing/ColorTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Drawing/PointFTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Drawing/PointTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Drawing/RandomTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Drawing/RectIntTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Drawing/RectTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Drawing/RectangleFTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Drawing/RectangleTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Drawing/SizeFTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Drawing/SizeTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Numerics/QuaternionTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Numerics/RandomTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Numerics/Vector2IntTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Numerics/Vector2Tests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Numerics/Vector3IntTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Numerics/Vector3Tests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/Numerics/Vector4Tests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/SingletonTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/TestBehaviour.cs | 2 +- .../Assets/Tests/YieldInstructionIntegrationTests.cs | 2 +- X10D.Unity.Tests/Assets/Tests/YieldInstructionTests.cs | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/X10D.Unity.Tests/Assets/Tests/DebugUtilityIntegrationTests.cs b/X10D.Unity.Tests/Assets/Tests/DebugUtilityIntegrationTests.cs index 157f6a9..4ba07e7 100644 --- a/X10D.Unity.Tests/Assets/Tests/DebugUtilityIntegrationTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/DebugUtilityIntegrationTests.cs @@ -1,4 +1,4 @@ -using System; +using System; using UnityEngine; using X10D.Drawing; using X10D.Unity.Drawing; diff --git a/X10D.Unity.Tests/Assets/Tests/Drawing/Color32Tests.cs b/X10D.Unity.Tests/Assets/Tests/Drawing/Color32Tests.cs index eb2e7c2..738fb17 100644 --- a/X10D.Unity.Tests/Assets/Tests/Drawing/Color32Tests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Drawing/Color32Tests.cs @@ -1,4 +1,4 @@ -using System; +using System; using NUnit.Framework; using UnityEngine; using X10D.Unity.Drawing; diff --git a/X10D.Unity.Tests/Assets/Tests/Drawing/ColorTests.cs b/X10D.Unity.Tests/Assets/Tests/Drawing/ColorTests.cs index c9d9182..495c48f 100644 --- a/X10D.Unity.Tests/Assets/Tests/Drawing/ColorTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Drawing/ColorTests.cs @@ -1,4 +1,4 @@ -using System; +using System; using NUnit.Framework; using UnityEngine; using X10D.Unity.Drawing; diff --git a/X10D.Unity.Tests/Assets/Tests/Drawing/PointFTests.cs b/X10D.Unity.Tests/Assets/Tests/Drawing/PointFTests.cs index 13d0b36..9af56fc 100644 --- a/X10D.Unity.Tests/Assets/Tests/Drawing/PointFTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Drawing/PointFTests.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Drawing; using NUnit.Framework; using X10D.Core; diff --git a/X10D.Unity.Tests/Assets/Tests/Drawing/PointTests.cs b/X10D.Unity.Tests/Assets/Tests/Drawing/PointTests.cs index ab8a428..dcbd30f 100644 --- a/X10D.Unity.Tests/Assets/Tests/Drawing/PointTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Drawing/PointTests.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Drawing; using NUnit.Framework; using X10D.Unity.Drawing; diff --git a/X10D.Unity.Tests/Assets/Tests/Drawing/RandomTests.cs b/X10D.Unity.Tests/Assets/Tests/Drawing/RandomTests.cs index 5f4e842..914a715 100644 --- a/X10D.Unity.Tests/Assets/Tests/Drawing/RandomTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Drawing/RandomTests.cs @@ -1,4 +1,4 @@ -#nullable enable +#nullable enable using System; using NUnit.Framework; diff --git a/X10D.Unity.Tests/Assets/Tests/Drawing/RectIntTests.cs b/X10D.Unity.Tests/Assets/Tests/Drawing/RectIntTests.cs index 2e5f759..8fbf5f6 100644 --- a/X10D.Unity.Tests/Assets/Tests/Drawing/RectIntTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Drawing/RectIntTests.cs @@ -1,4 +1,4 @@ -using NUnit.Framework; +using NUnit.Framework; using UnityEngine; using X10D.Unity.Drawing; using Random = System.Random; diff --git a/X10D.Unity.Tests/Assets/Tests/Drawing/RectTests.cs b/X10D.Unity.Tests/Assets/Tests/Drawing/RectTests.cs index 9cc688e..791315c 100644 --- a/X10D.Unity.Tests/Assets/Tests/Drawing/RectTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Drawing/RectTests.cs @@ -1,4 +1,4 @@ -using NUnit.Framework; +using NUnit.Framework; using UnityEngine; using X10D.Core; using X10D.Unity.Drawing; diff --git a/X10D.Unity.Tests/Assets/Tests/Drawing/RectangleFTests.cs b/X10D.Unity.Tests/Assets/Tests/Drawing/RectangleFTests.cs index fdcbaf6..19e0f17 100644 --- a/X10D.Unity.Tests/Assets/Tests/Drawing/RectangleFTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Drawing/RectangleFTests.cs @@ -1,4 +1,4 @@ -using System.Drawing; +using System.Drawing; using NUnit.Framework; using X10D.Core; using X10D.Unity.Drawing; diff --git a/X10D.Unity.Tests/Assets/Tests/Drawing/RectangleTests.cs b/X10D.Unity.Tests/Assets/Tests/Drawing/RectangleTests.cs index 3f0f051..884d312 100644 --- a/X10D.Unity.Tests/Assets/Tests/Drawing/RectangleTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Drawing/RectangleTests.cs @@ -1,4 +1,4 @@ -using System.Drawing; +using System.Drawing; using NUnit.Framework; using X10D.Unity.Drawing; using Random = System.Random; diff --git a/X10D.Unity.Tests/Assets/Tests/Drawing/SizeFTests.cs b/X10D.Unity.Tests/Assets/Tests/Drawing/SizeFTests.cs index 6d871d6..689eb0d 100644 --- a/X10D.Unity.Tests/Assets/Tests/Drawing/SizeFTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Drawing/SizeFTests.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Drawing; using NUnit.Framework; using X10D.Core; diff --git a/X10D.Unity.Tests/Assets/Tests/Drawing/SizeTests.cs b/X10D.Unity.Tests/Assets/Tests/Drawing/SizeTests.cs index c9619c9..135534c 100644 --- a/X10D.Unity.Tests/Assets/Tests/Drawing/SizeTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Drawing/SizeTests.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Drawing; using NUnit.Framework; using X10D.Unity.Drawing; diff --git a/X10D.Unity.Tests/Assets/Tests/Numerics/QuaternionTests.cs b/X10D.Unity.Tests/Assets/Tests/Numerics/QuaternionTests.cs index c5ec037..19735c4 100644 --- a/X10D.Unity.Tests/Assets/Tests/Numerics/QuaternionTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Numerics/QuaternionTests.cs @@ -1,4 +1,4 @@ -using NUnit.Framework; +using NUnit.Framework; using UnityEngine; using X10D.Core; using X10D.Unity.Numerics; diff --git a/X10D.Unity.Tests/Assets/Tests/Numerics/RandomTests.cs b/X10D.Unity.Tests/Assets/Tests/Numerics/RandomTests.cs index d93744a..5db434c 100644 --- a/X10D.Unity.Tests/Assets/Tests/Numerics/RandomTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Numerics/RandomTests.cs @@ -1,4 +1,4 @@ -#nullable enable +#nullable enable using System; using NUnit.Framework; diff --git a/X10D.Unity.Tests/Assets/Tests/Numerics/Vector2IntTests.cs b/X10D.Unity.Tests/Assets/Tests/Numerics/Vector2IntTests.cs index 6ef0909..cc8de9b 100644 --- a/X10D.Unity.Tests/Assets/Tests/Numerics/Vector2IntTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Numerics/Vector2IntTests.cs @@ -1,4 +1,4 @@ -using NUnit.Framework; +using NUnit.Framework; using UnityEngine; using X10D.Unity.Numerics; using Random = System.Random; diff --git a/X10D.Unity.Tests/Assets/Tests/Numerics/Vector2Tests.cs b/X10D.Unity.Tests/Assets/Tests/Numerics/Vector2Tests.cs index d6e5e0c..d1815a9 100644 --- a/X10D.Unity.Tests/Assets/Tests/Numerics/Vector2Tests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Numerics/Vector2Tests.cs @@ -1,4 +1,4 @@ -using NUnit.Framework; +using NUnit.Framework; using UnityEngine; using X10D.Core; using X10D.Unity.Numerics; diff --git a/X10D.Unity.Tests/Assets/Tests/Numerics/Vector3IntTests.cs b/X10D.Unity.Tests/Assets/Tests/Numerics/Vector3IntTests.cs index acfac84..2fde749 100644 --- a/X10D.Unity.Tests/Assets/Tests/Numerics/Vector3IntTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Numerics/Vector3IntTests.cs @@ -1,4 +1,4 @@ -using NUnit.Framework; +using NUnit.Framework; using UnityEngine; using X10D.Unity.Numerics; diff --git a/X10D.Unity.Tests/Assets/Tests/Numerics/Vector3Tests.cs b/X10D.Unity.Tests/Assets/Tests/Numerics/Vector3Tests.cs index 9d7d64a..b74e563 100644 --- a/X10D.Unity.Tests/Assets/Tests/Numerics/Vector3Tests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Numerics/Vector3Tests.cs @@ -1,4 +1,4 @@ -using NUnit.Framework; +using NUnit.Framework; using UnityEngine; using X10D.Core; using X10D.Unity.Numerics; diff --git a/X10D.Unity.Tests/Assets/Tests/Numerics/Vector4Tests.cs b/X10D.Unity.Tests/Assets/Tests/Numerics/Vector4Tests.cs index 3848db7..51deff2 100644 --- a/X10D.Unity.Tests/Assets/Tests/Numerics/Vector4Tests.cs +++ b/X10D.Unity.Tests/Assets/Tests/Numerics/Vector4Tests.cs @@ -1,4 +1,4 @@ -using NUnit.Framework; +using NUnit.Framework; using UnityEngine; using X10D.Core; using X10D.Unity.Numerics; diff --git a/X10D.Unity.Tests/Assets/Tests/SingletonTests.cs b/X10D.Unity.Tests/Assets/Tests/SingletonTests.cs index 9e77e11..e3033b6 100644 --- a/X10D.Unity.Tests/Assets/Tests/SingletonTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/SingletonTests.cs @@ -1,4 +1,4 @@ -using System.Collections; +using System.Collections; using NUnit.Framework; using UnityEngine; using UnityEngine.TestTools; diff --git a/X10D.Unity.Tests/Assets/Tests/TestBehaviour.cs b/X10D.Unity.Tests/Assets/Tests/TestBehaviour.cs index a603e1d..9e9fb68 100644 --- a/X10D.Unity.Tests/Assets/Tests/TestBehaviour.cs +++ b/X10D.Unity.Tests/Assets/Tests/TestBehaviour.cs @@ -1,4 +1,4 @@ -namespace X10D.Unity.Tests +namespace X10D.Unity.Tests { internal sealed class TestBehaviour : Singleton { diff --git a/X10D.Unity.Tests/Assets/Tests/YieldInstructionIntegrationTests.cs b/X10D.Unity.Tests/Assets/Tests/YieldInstructionIntegrationTests.cs index 90dc18e..3ac73ea 100644 --- a/X10D.Unity.Tests/Assets/Tests/YieldInstructionIntegrationTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/YieldInstructionIntegrationTests.cs @@ -1,4 +1,4 @@ -using System.Collections; +using System.Collections; using UnityEngine; namespace X10D.Unity.Tests diff --git a/X10D.Unity.Tests/Assets/Tests/YieldInstructionTests.cs b/X10D.Unity.Tests/Assets/Tests/YieldInstructionTests.cs index fd109f0..5ccc569 100644 --- a/X10D.Unity.Tests/Assets/Tests/YieldInstructionTests.cs +++ b/X10D.Unity.Tests/Assets/Tests/YieldInstructionTests.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections; using NUnit.Framework; using UnityEngine;