refactor: Remove byte order mark

This commit is contained in:
Scott 2026-09-05 12:07:52 +10:00
commit 3b1a4c7050
52 changed files with 71 additions and 71 deletions

View file

@ -1,4 +1,4 @@
using System.Text;
using System.Text;
using ModuleCore.Calendar;
using ModuleCore.Git;
using ModuleTests.Git.TestData;

View file

@ -1,2 +1,2 @@
Attempted to register: test
Attempted to register: test
Registration result: test

View file

@ -1,2 +1,2 @@
Attempted to register: test\path
Attempted to register: test\path
Registration result: test\path

View file

@ -1,2 +1,2 @@
Attempted to register: other/path
Attempted to register: other/path
Registration result: other/path

View file

@ -1,4 +1,4 @@
using System.Linq;
using System.Linq;
namespace ModuleTests.Git.TestData;