mirror of
https://github.com/nsnail/dot.git
synced 2025-12-16 00:45:47 +08:00
<clean>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// ReSharper disable ClassNeverInstantiated.Global
|
||||
|
||||
|
||||
namespace Dot.ToLf;
|
||||
|
||||
[Description(nameof(Str.ConvertEndOfLineToLF))]
|
||||
@@ -23,7 +22,6 @@ internal sealed class Main : FilesTool<Option>
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
await using var fsw = CreateTempFile(out tmpFile);
|
||||
|
||||
while ((data = fsr.ReadByte()) != -1) {
|
||||
@@ -49,7 +47,6 @@ internal sealed class Main : FilesTool<Option>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#pragma warning disable S2583
|
||||
if (hasWrote && !isBin) {
|
||||
#pragma warning restore S2583
|
||||
|
||||
Reference in New Issue
Block a user