Ver código fonte

Remove extra whitespace.

drieseng 9 anos atrás
pai
commit
2f5e131e08
1 arquivos alterados com 1 adições e 3 exclusões
  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
     }
 }