Clean code

Remove unused usings
Remove blank lines
Fix style issues
This commit is contained in:
2019-07-20 16:16:23 +02:00
parent ffb62b7737
commit 94431aebb8
44 changed files with 37 additions and 176 deletions

View File

@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DearFTP.Connection.Commands
{