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;
namespace ModuleCore.Calendar;

View file

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

View file

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

View file

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

View file

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