mirror of
https://github.com/nsnail/dot.git
synced 2025-11-29 11:55:47 +08:00
<refactor>
This commit is contained in:
@@ -3,7 +3,7 @@ using NSExt.Extensions;
|
||||
|
||||
namespace Dot.RmBlank;
|
||||
|
||||
public sealed class Main : Tool<Option>, IDisposable
|
||||
public sealed class Main : ToolBase<Option>, IDisposable
|
||||
{
|
||||
private int _breakCnt;
|
||||
private bool _disposed;
|
||||
|
||||
Reference in New Issue
Block a user