File scoped namespaces
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
namespace Wino.Messaging.Client.Connection
|
||||
{
|
||||
/// <summary>
|
||||
/// When client established a healthy connection to the server.
|
||||
/// </summary>
|
||||
public record WinoServerConnectionEstablished;
|
||||
}
|
||||
namespace Wino.Messaging.Client.Connection;
|
||||
|
||||
/// <summary>
|
||||
/// When client established a healthy connection to the server.
|
||||
/// </summary>
|
||||
public record WinoServerConnectionEstablished;
|
||||
|
||||
Reference in New Issue
Block a user