Skip to content

Commit d055517

Browse files
committed
Fix whitespace
1 parent cba8523 commit d055517

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ModelContextProtocol/Client/McpClientFactory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public static async Task<IMcpClient> CreateAsync(
6464
var transport =
6565
createTransportFunc(serverConfig, loggerFactory) ??
6666
throw new InvalidOperationException($"{nameof(createTransportFunc)} returned a null transport.");
67+
6768
try
6869
{
6970
McpClient client = new(transport, clientOptions, serverConfig, loggerFactory);

0 commit comments

Comments
 (0)