style: remove UTF8 BOM

This commit is contained in:
Oliver Booth 2023-08-26 18:15:04 +01:00
parent 9caa0acb7b
commit 68968c1b0b
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
23 changed files with 23 additions and 23 deletions

View File

@ -1,4 +1,4 @@
using System;
using System;
using UnityEngine;
using X10D.Drawing;
using X10D.Unity.Drawing;

View File

@ -1,4 +1,4 @@
using System;
using System;
using NUnit.Framework;
using UnityEngine;
using X10D.Unity.Drawing;

View File

@ -1,4 +1,4 @@
using System;
using System;
using NUnit.Framework;
using UnityEngine;
using X10D.Unity.Drawing;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Drawing;
using NUnit.Framework;
using X10D.Core;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Drawing;
using NUnit.Framework;
using X10D.Unity.Drawing;

View File

@ -1,4 +1,4 @@
#nullable enable
#nullable enable
using System;
using NUnit.Framework;

View File

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using UnityEngine;
using X10D.Unity.Drawing;
using Random = System.Random;

View File

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using UnityEngine;
using X10D.Core;
using X10D.Unity.Drawing;

View File

@ -1,4 +1,4 @@
using System.Drawing;
using System.Drawing;
using NUnit.Framework;
using X10D.Core;
using X10D.Unity.Drawing;

View File

@ -1,4 +1,4 @@
using System.Drawing;
using System.Drawing;
using NUnit.Framework;
using X10D.Unity.Drawing;
using Random = System.Random;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Drawing;
using NUnit.Framework;
using X10D.Core;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Drawing;
using NUnit.Framework;
using X10D.Unity.Drawing;

View File

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using UnityEngine;
using X10D.Core;
using X10D.Unity.Numerics;

View File

@ -1,4 +1,4 @@
#nullable enable
#nullable enable
using System;
using NUnit.Framework;

View File

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using UnityEngine;
using X10D.Unity.Numerics;
using Random = System.Random;

View File

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using UnityEngine;
using X10D.Core;
using X10D.Unity.Numerics;

View File

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using UnityEngine;
using X10D.Unity.Numerics;

View File

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using UnityEngine;
using X10D.Core;
using X10D.Unity.Numerics;

View File

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using UnityEngine;
using X10D.Core;
using X10D.Unity.Numerics;

View File

@ -1,4 +1,4 @@
using System.Collections;
using System.Collections;
using NUnit.Framework;
using UnityEngine;
using UnityEngine.TestTools;

View File

@ -1,4 +1,4 @@
namespace X10D.Unity.Tests
namespace X10D.Unity.Tests
{
internal sealed class TestBehaviour : Singleton<TestBehaviour>
{

View File

@ -1,4 +1,4 @@
using System.Collections;
using System.Collections;
using UnityEngine;
namespace X10D.Unity.Tests

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections;
using NUnit.Framework;
using UnityEngine;