Skip to content

Commit

Permalink
Fix sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaliumhexacyanoferrat committed Jan 10, 2025
1 parent c265334 commit a7b8860
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Engine/Internal/Protocol/Request.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Net.Sockets;
using GenHTTP.Api.Content;
using GenHTTP.Api.Infrastructure;
using GenHTTP.Api.Protocol;
using GenHTTP.Api.Routing;
Expand Down
4 changes: 1 addition & 3 deletions Modules/Websockets/Handler/WebsocketConnection.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Net.Sockets;

using Fleck;
using Fleck;

using GenHTTP.Api.Protocol;

Expand Down

0 comments on commit a7b8860

Please sign in to comment.