diff --git a/src/Renci.SshNet/Channels/Channel.cs b/src/Renci.SshNet/Channels/Channel.cs
index 8ea7df54..40a331c4 100644
--- a/src/Renci.SshNet/Channels/Channel.cs
+++ b/src/Renci.SshNet/Channels/Channel.cs
@@ -133,6 +133,7 @@ namespace Renci.SshNet.Channels
///
/// We currently do not enforce this limit.
///
+ ///
public uint LocalPacketSize { get; private set; }
///
diff --git a/src/Renci.SshNet/Channels/IChannel.cs b/src/Renci.SshNet/Channels/IChannel.cs
index 4b4df01d..005a8754 100644
--- a/src/Renci.SshNet/Channels/IChannel.cs
+++ b/src/Renci.SshNet/Channels/IChannel.cs
@@ -56,6 +56,7 @@ namespace Renci.SshNet.Channels
///
/// We currently do not enforce this limit.
///
+ ///
uint LocalPacketSize { get; }
///