cosmetics

This commit is contained in:
UbitUmarov
2021-09-05 20:25:36 +01:00
parent 8769abcd72
commit f085e9a5e8
4 changed files with 13 additions and 21 deletions

View File

@@ -31,7 +31,6 @@ using System.Diagnostics;
using System.Globalization;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
namespace OSHttpServer
{

View File

@@ -1,7 +1,6 @@
using System;
using System.Net;
using System.Net.Sockets;
using System.Threading.Tasks;
namespace OSHttpServer
{