Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CypherPotato committed May 14, 2024
1 parent 24ada42 commit d69eae7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Http/HttpServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using Sisk.Core.Http.Hosting;
using Sisk.Core.Http.Streams;
using Sisk.Core.Routing;
using System.Diagnostics.CodeAnalysis;
using System.Net;

namespace Sisk.Core.Http
Expand Down Expand Up @@ -161,7 +160,7 @@ public HttpServer(HttpServerConfiguration configuration)
{
_listenerCallback = new AsyncCallback(ListenerCallback);
ServerConfiguration = configuration;
handler = new HttpServerHandlerRepository(this);
handler = new HttpServerHandlerRepository(this);
}

/// <summary>
Expand Down

0 comments on commit d69eae7

Please sign in to comment.