mirror of
https://github.com/oliverbooth/fdup.git
synced 2024-12-04 19:08:49 +00:00
[ci skip] style: remove BOM
This commit is contained in:
parent
0f40439f2e
commit
9f7e605d38
@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
|
@ -1,4 +1,4 @@
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Diagnostics;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
|
@ -1,4 +1,4 @@
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel;
|
||||
using Spectre.Console.Cli;
|
||||
|
||||
namespace FindDuplicates;
|
||||
|
@ -1,4 +1,4 @@
|
||||
using FindDuplicates;
|
||||
using FindDuplicates;
|
||||
using Spectre.Console.Cli;
|
||||
|
||||
var app = new CommandApp<ListCommand>();
|
||||
|
Loading…
Reference in New Issue
Block a user