Explorar o código

Remove extra whitespace.

drieseng %!s(int64=9) %!d(string=hai) anos
pai
achega
2f5e131e08
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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
     }
 }