Skip to content

Commit c3e689e

Browse files
Copilotstephentoub
andcommitted
Fix formatting: add blank line after constructor
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
1 parent d555fba commit c3e689e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/ModelContextProtocol.Core/Client/McpClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public abstract partial class McpClient : McpSession
1111
private protected McpClient()
1212
{
1313
}
14+
1415
/// <summary>
1516
/// Gets the capabilities supported by the connected server.
1617
/// </summary>

src/ModelContextProtocol.Core/Server/McpServer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public abstract partial class McpServer : McpSession
1111
private protected McpServer()
1212
{
1313
}
14+
1415
/// <summary>
1516
/// Gets the capabilities supported by the client.
1617
/// </summary>

0 commit comments

Comments
 (0)