refactor: Remove byte order mark
This commit is contained in:
parent
1a8bdec589
commit
3b1a4c7050
52 changed files with 71 additions and 71 deletions
|
|
@ -1,4 +1,4 @@
|
|||
using System.Text;
|
||||
using System.Text;
|
||||
using ModuleCore.Calendar;
|
||||
using ModuleCore.Git;
|
||||
using ModuleTests.Git.TestData;
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Attempted to register: test
|
||||
Attempted to register: test
|
||||
Registration result: test
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Attempted to register: test\path
|
||||
Attempted to register: test\path
|
||||
Registration result: test\path
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Attempted to register: other/path
|
||||
Attempted to register: other/path
|
||||
Registration result: other/path
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
using System.Linq;
|
||||
using System.Linq;
|
||||
|
||||
namespace ModuleTests.Git.TestData;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue