Bläddra i källkod

Remove empty line.

Gert Driesen 8 år sedan
förälder
incheckning
54215ffd74
1 ändrade filer med 0 tillägg och 1 borttagningar
  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)