Skip to content

Commit f9a3b01

Browse files
author
Pedro Fonseca
committed
Fix rebase issues (whitespace)
1 parent a6f9519 commit f9a3b01

File tree

3 files changed

+220
-226
lines changed

3 files changed

+220
-226
lines changed

src/Renci.SshNet/IServiceFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ internal partial interface IServiceFactory
8383
/// <exception cref="SshConnectionException">No key exchange algorithm is supported by both client and server.</exception>
8484
IKeyExchange CreateKeyExchange(IDictionary<string, Type> clientAlgorithms, string[] serverAlgorithms);
8585

86-
/// <summary>
86+
/// <summary>
8787
/// Creates an <see cref="ISftpFileReader"/> for the specified file and with the specified
8888
/// buffer size.
8989
/// </summary>

0 commit comments

Comments
 (0)