mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
ReSharper Reformat: Properties to expression bodied form.
This commit is contained in:
@@ -85,13 +85,7 @@ namespace Jellyfin.SocketSharp
|
||||
/// Gets or sets the state.
|
||||
/// </summary>
|
||||
/// <value>The state.</value>
|
||||
public WebSocketState State
|
||||
{
|
||||
get
|
||||
{
|
||||
return WebSocket.ReadyState;
|
||||
}
|
||||
}
|
||||
public WebSocketState State => WebSocket.ReadyState;
|
||||
|
||||
/// <summary>
|
||||
/// Sends the async.
|
||||
|
||||
Reference in New Issue
Block a user