Parcourir la source

Remove extra whitespace.

drieseng il y a 9 ans
Parent
commit
2f5e131e08
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  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
     }
 }