mirror of
https://github.com/nsnail/dot.git
synced 2025-06-19 22:08:16 +08:00
<clean>
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
// ReSharper disable ClassNeverInstantiated.Global
|
||||
|
||||
|
||||
namespace Dot.Rbom;
|
||||
|
||||
[Description(nameof(Str.TrimUtf8Bom))]
|
||||
[Localization(typeof(Str))]
|
||||
public sealed class Main : FilesTool<Option>
|
||||
internal sealed class Main : FilesTool<Option>
|
||||
{
|
||||
private readonly byte[] _utf8Bom = { 0xef, 0xbb, 0xbf };
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
// ReSharper disable ClassNeverInstantiated.Global
|
||||
|
||||
|
||||
namespace Dot.Rbom;
|
||||
|
||||
public class Option : DirOption { }
|
||||
internal class Option : DirOption { }
|
Reference in New Issue
Block a user