diff --git a/RelayServer/Services/Chat/ConnectedClientService.cs b/RelayServer/Services/Chat/ConnectedClientService.cs index 7cdf639..79ee253 100644 --- a/RelayServer/Services/Chat/ConnectedClientService.cs +++ b/RelayServer/Services/Chat/ConnectedClientService.cs @@ -1,4 +1,4 @@ -using System.Collections.Concurrent; +using System.Collections.Concurrent; namespace RelayServer.Services.Chat; @@ -60,4 +60,4 @@ public static class ConnectedClientService UsernameToSessions.TryRemove(username, out _); } } -} +} \ No newline at end of file diff --git a/RelayShared/Services/WsControlMessage.cs b/RelayShared/Services/WsControlMessage.cs index 992e7d8..279753c 100644 --- a/RelayShared/Services/WsControlMessage.cs +++ b/RelayShared/Services/WsControlMessage.cs @@ -39,4 +39,4 @@ public sealed class WsEventMessage { public WsEvent Event { get; set; } public string? Detail { get; set; } -} +} \ No newline at end of file