Procházet zdrojové kódy

Remove extra whitespace.

drieseng před 9 roky
rodič
revize
2f5e131e08
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  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
     }
 }