Explorar o código

Remove empty line.

Gert Driesen %!s(int64=8) %!d(string=hai) anos
pai
achega
54215ffd74
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/Renci.SshNet/Common/SemaphoreLight.cs

+ 0 - 1
src/Renci.SshNet/Common/SemaphoreLight.cs

@@ -64,7 +64,6 @@ namespace Renci.SshNet.Common
         /// </summary>
         public void Wait()
         {
-
             lock (_lock)
             {
                 while (_currentCount < 1)