refactor: Remove missed byte order marks

This commit is contained in:
Scott 2026-09-05 12:26:34 +10:00
commit e1bd84c05e
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
using System.Globalization; using System.Globalization;
using System.Text; using System.Text;
namespace ModuleCore.Calendar; namespace ModuleCore.Calendar;

View file

@ -1,4 +1,4 @@
using SQLite; using SQLite;
namespace ModuleCore.Database; namespace ModuleCore.Database;

View file

@ -1,4 +1,4 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<VersionPrefix>0.0.1</VersionPrefix> <VersionPrefix>0.0.1</VersionPrefix>
<VersionSuffix>dev</VersionSuffix> <VersionSuffix>dev</VersionSuffix>

View file

@ -1,4 +1,4 @@
using System.Collections.Concurrent; using System.Collections.Concurrent;
using System.Diagnostics; using System.Diagnostics;
using ModuleCore.Database; using ModuleCore.Database;
using ModuleCore.Git.Models; using ModuleCore.Git.Models;

View file

@ -1,4 +1,4 @@
namespace ModuleCore.Git.Models; namespace ModuleCore.Git.Models;
public class GitRegistration public class GitRegistration
{ {