Fix style issue

This commit is contained in:
2019-07-20 16:08:06 +02:00
parent bbd83492a9
commit f47100e940

View File

@@ -40,9 +40,7 @@ namespace DearFTP
Logger.Log("DearFTP started"); Logger.Log("DearFTP started");
Logger.Log(); Logger.Log();
int implicitFtpsPort = Configuration.Server.ImplicitFtpsPort; if (Configuration.Server.ImplicitFtpsPort != 0)
if (implicitFtpsPort != 0)
{ {
Task.Run(() => FtpsTcpLoop()); Task.Run(() => FtpsTcpLoop());
} }