[ci skip] style: remove BOM

This commit is contained in:
Oliver Booth 2024-04-16 20:33:16 +01:00
parent 0f40439f2e
commit 9f7e605d38
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>

View File

@ -1,4 +1,4 @@
using System.Collections.Concurrent;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.Security.Cryptography;
using System.Text;

View File

@ -1,4 +1,4 @@
using System.ComponentModel;
using System.ComponentModel;
using Spectre.Console.Cli;
namespace FindDuplicates;

View File

@ -1,4 +1,4 @@
using FindDuplicates;
using FindDuplicates;
using Spectre.Console.Cli;
var app = new CommandApp<ListCommand>();