Pārlūkot izejas kodu

Remove extra whitespace.

drieseng 9 gadi atpakaļ
vecāks
revīzija
2f5e131e08
1 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  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
     }
 }