Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
evan-scales committed Jan 21, 2024
1 parent d473e96 commit 7ad93e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FU.API/FU.API/Hubs/ChatHub.cs
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ public class ChatHub : Hub
/// <summary>
/// List of the connected users names.
/// </summary>
public static readonly List<string> ConnectedUsers = new();
public static readonly List<string> ConnectedUsers = new ();

/// <summary>
/// The app db context.

0 comments on commit 7ad93e7

Please sign in to comment.