Skip to content

Commit 31b3f66

Browse files
committed
✏️ Fix formatting
1 parent e69bd36 commit 31b3f66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/WebSocketPipe/IWebSocketPipe.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ public interface IWebSocketPipe : IDuplexPipe, IDisposable
2121
/// Allows describing the reason why the connection was closed.
2222
/// </summary>
2323
public string? CloseStatusDescription { get; }
24-
24+
2525
/// <summary>
2626
/// Returns the current state of the underlying <see cref="WebSocket"/> connection.
2727
/// </summary>
2828
public WebSocketState State { get; }
29-
29+
3030
/// <summary>
3131
/// Gets the subprotocol that was negotiated during the opening handshake.
3232
/// </summary>

0 commit comments

Comments
 (0)