瀏覽代碼

Remove extra whitespace.

drieseng 9 年之前
父節點
當前提交
2f5e131e08
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/Renci.SshNet/Channels/ChannelTypes.cs

+ 1 - 3
src/Renci.SshNet/Channels/ChannelTypes.cs

@@ -21,8 +21,6 @@ namespace Renci.SshNet.Channels
         /// <summary>
         /// direct-tcpip
         /// </summary>
-        DirectTcpip,
-
-
+        DirectTcpip
     }
 }