Skip to content

Commit 7ad93e7

Browse files
committed
add space
1 parent d473e96 commit 7ad93e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FU.API/FU.API/Hubs/ChatHub.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class ChatHub : Hub
1616
/// <summary>
1717
/// List of the connected users names.
1818
/// </summary>
19-
public static readonly List<string> ConnectedUsers = new();
19+
public static readonly List<string> ConnectedUsers = new ();
2020

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

0 commit comments

Comments
 (0)